User Profile
Collapse
-
viki, how to get the value of the dynamic textbox? -
combobox column of gridview not set its index
i am created windows application.
i have a gridview in form1 with combobox column.
using binding source binded data from the database to gridview except combobox column.
i used separate binding source to bind combobox column.
at the form load time i set index for combobox column for each record.
if i set form1 as start page ,combobox indexes are seted
i also created mdi form with menu control.
if... -
Hai kamala... how r u.... mokai.. moza.... -
Exception at line:
System.Xml.XmlN ode activeItemData = listservice.Get ListItems(listG UID, ActiveItemViewG UID, null, null, "5", null, null); -
exception at line
System.Xml.XmlN ode activeItemData = listservice.Get ListItems(listG UID, ActiveItemViewG UID, null, null, "5", null, null);
Exception of type 'Microsoft.Shar ePoint.SoapServ er.SoapServerEx ception' was thrown.Leave a comment:
-
sharepoint exception
Iam try to access the sharepointlist items using asp.net code below it make exception
Exception of type 'Microsoft.Shar ePoint.SoapServ er.SoapServerEx ception' was thrown.
how it will be rectified?
...Code:try { SharePointSvce.Lists listservice = new SharePointSvce.Lists(); listservice.Credentials = System.Net.CredentialCache.DefaultCredentials; -
bind rowid in ultrawebgrid and gridview
In asp.net iam working with oracle backend.
I want to bind the rowid values of the oracle database table as a column in ultrawebgrid ( and gridview) . how it possible?Leave a comment:
-
bind rowid in ultrawebgrid and gridview
In asp.net iam working with oracle backend.
I want to bind the rowid values of the oracle database table as a column in ultrawebgrid ( and gridview) . how it possible? -
date conversion
In asp.net,
i insert date in the format eg: 21-jan-1986 using vb with oracle backend.
Then how i retrive the date as same format(like eg) from table?Last edited by jhardman; Feb 9 '09, 05:45 PM. Reason: moved to ASP.NET forum. "ASP" is the technology that came before ASP.NET and the two are not compatible. -
-
access dynamic textbox
How to access the value of the dynamic textbox by its id?
I created more dynamic textbox using the below in loop
Dim tb As New TextBox
tb.ID = "txt_" + Str$(i)
and it assigned unique id.
then how to access each textbox value by its id without using javascript. -
-
dynamic textbox
how to get the value of the dynamic textbox by its id without using javascript?
No activity results to display
Show More
Leave a comment: