never use input mask in both table and form.
only use it in form if your doing data entry from form.
remove input mask from table add new entries from form and then see if it works
User Profile
Collapse
-
Image Processing In VB.NET
Hi Every one
I am doing image processing in vb.net windows form application.
To image i have done pre-scaling (Gaussian filters).
Then Grey Scale Transformation and then Edge Detection.
Final thing is morphology segmentation to find Platelets in image of blood sample.
It can be done in MATLAB,but i don't know how to do it in vb.NET
if there is any expert in Image Processing Please Provide... -
AT Commands For Vb.Net ASp.net To Send SMS Using GSM MODEM
Hi I am Developing web application in asp.net 4.0 (vb.NET)
I am using Sim900A GSM Modem to Send SMS using AT Command from VB.NET Below is my code but it does not work
whats wrong with the code
...Code:Dim ph_no As String ph_no = Char.ConvertFromUtf32(34) + txtadphonenorec.Text + Char.ConvertFromUtf32(34) SP.Write("AT") SP.Write("AT+CMGF=1" & vbCrLf) SP.Write("AT+CMGS=" -
How can is send sms from my asp.net web application
I am using asp.net 4.0 to develop web application code is in vb.net
I want to send SMS from web application to sell phone in india.
In past i did it using ma shape site 2 SMS API
But the API is now deprived
How can i achieve it i don't mind if i have to pay charge to service provider for each SMS -
rahul2310 started a topic html page in email should redirect to aspx page with session variable which will be rin ASP .NEThtml page in email should redirect to aspx page with session variable which will be r
I have developed web application using asp.net 4.0 and vb.net
i am sending email which is html page from asp.net web application.
there is button on html page.the html page which goes as email
on click of button i want to capture value from html page and redirects to asp.net page.
how can i do it.
Please Help -
& is displayed as amp in sql server 2008 R2
I am new to sql server
I have web application in asp.net 4.0 with code in vb.net
I am saving data for example: hr & safety
When i save data in sql server 2008 R2 and retrive it in my web
forms it shows hr amp safety
what is it? how can i solve it? and what if i want to replace & with simple and?
Please Help
Is there any query to solve it
Because... -
Export Grid View To Excel without template field
I have Grid view which contains template fields like drop down list and text box
When i export grid view to excel 2010
The excel to which i exported grid view also contains drop down and text boxes which are in grid view.
Which i do not want.I just want value selected in drop down to be exported to excel sheet not entire drop down
My code is below for exporting
...Code:Try
-
thanks for reply
i cpoied the header style and copied in footer css as shown below
and applied it to footer style css class as footer but it does not work.Code:.footer { my content; }
what is a, that u said that use a, next to header lineLeave a comment:
-
how to use javascript for all grids
...Code:<script type = "text/javascript"> var GridId = "<%=GridView1.ClientID %>"; var ScrollHeight = 300; window.onload = function () { var grid = document.getElementById(GridId); var gridWidth = grid.offsetWidth; var gridHeight = grid.offsetHeight; var headerCellWidths = new Array(); for (var i = 0; i < -
Grid view css for footer
...Code:/*DATA GRID STYLE CSS;*/ .EU_TableScroll { max-height: 275px; overflow: auto; border:1px solid #ccc; } .EU_DataTable { border-collapse: collapse; } .EU_DataTable tr th { /*HEADER ROW CSS;*/ -
How to execute code behind without postback
I am developing web application in asp.net
I want to execute code behind button or text boxes without post back.
Is it possible and if yes how can i do it -
how to freeze header row of grid view in asp.net
Hi
i am developing asp.net web application using visual studio 2010. Code is in vb.net
I have panel which have horizontal and vertical scroll bars.
Inside panel there is grid.
i what grids header row to be freeze while scrolling panel vertically.
i googled it found many css and javascript but nothing is working for me
Please help -
How to send email in asp.net vb.net
i Am using below code in vb.net to send email using smtp
...Code:Dim strmsgbody As String strmsgbody = "Your Login Deatils For SESS IS" & vbNewLine & "User Name:'" & TextBox1.Text & "'" & vbNewLine & "Password:" & TextBox2.Text & " '" Using mm As New MailMessage("rahulsankhe2310@gmail.com", -
-
Thanks Frinavale for your reply
msgbox was not giving error before deployment,it was working well while testing web app using view in browser.
But now i understood client and server side well
I replaced message box with below code and it works well for me.
Code:Response.Write("<script type='text/javascript'>alert('---MY message -----');</script>")Leave a comment:
-
i understood it is a rule in web deployment and question is how to disable it.
please reply if someone knows how to disable web deployment rulesLeave a comment:
-
I used AutoKeys Macro
If someone needs help then i think i should explain
Create macro name of macro should be AutoKeys (case sensitive it is)
then submacro and submacro name should be key which you want to disable
Which is ^X means control + XLeave a comment:
No activity results to display
Show More
Leave a comment: