Forum: ASP.NET Dec 22nd, 2006 |
| Replies: 3 Views: 4,446 Dim strInsert As String
Dim cmdInsert As OdbcCommand
Dim cn As OdbcConnection
cn = New _
OdbcConnection(ConfigurationSettings.AppSettings("ConnectionString"))
... |
Forum: ASP.NET May 1st, 2006 |
| Replies: 0 Views: 1,334 any one knows how to place image in datagrid from database in asp.net
and i have to provide link to tht image directing to some other page
plz help me |
Forum: ASP.NET Apr 10th, 2006 |
| Replies: 3 Views: 2,639 i have stored image in the database.how can i retrieve it a and display in asp.net webform.
am not asking display thru datagrid.i have to put link to those images
plz help me to solve this... |
Forum: ASP.NET Mar 31st, 2006 |
| Replies: 1 Views: 3,129 i have 3 dropdownlist for month day and year.i need to validate the date selected.means (feb 31, leapyear)i checked javascript but i cannot do it in this .net environment
plz help me |
Forum: ASP.NET Mar 29th, 2006 |
| Replies: 1 Views: 1,382 i have one javascript function for validating the radiobutton.i have to check it on the button click.but i already have one function there for saving the form.so wht will i do
plz help me |
Forum: ASP.NET Mar 29th, 2006 |
| Replies: 2 Views: 3,206 hey
u dnt understand my ques.ur ans i already knw.i knw how to sheck like tihis.but my question was another
i have 5 buttons gropued in to one.i want to validate at the time of submitting the... |
Forum: ASP.NET Mar 29th, 2006 |
| Replies: 2 Views: 3,206 hw can i validate the radio button for if it si checked or not
can i do this by required field control.if no hw can i do this |
Forum: ASP.NET Mar 28th, 2006 |
| Replies: 1 Views: 1,527 i have 3 combos
for date
day, month ,year
i want to conactinate these values and inserted in to one text box
plz help me |
Forum: ASP.NET Mar 28th, 2006 |
| Replies: 1 Views: 3,007 when i call the session variable on pageload the following error occur
System.NullReferenceException: Object reference not set to an instance of an object.
the code was
Private Sub... |
Forum: ASP.NET Mar 28th, 2006 |
| Replies: 3 Views: 1,561 thats ok but when i call this variable on another page the following error occur
: System.NullReferenceException: Object reference not set to an instance of an object.
how should i create the... |
Forum: ASP.NET Mar 28th, 2006 |
| Replies: 3 Views: 1,561 i created a session variable and try to call it on page load on another page the following error occur
: System.NullReferenceException: Object reference not set to an instance of an object.
code... |