Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP TextBox control showing "" (zero-length string) always Pin
T M Gray17-Jun-10 10:01
T M Gray17-Jun-10 10:01 
QuestionApplication object + logged in users Pin
Hemant Thaker17-Jun-10 2:51
Hemant Thaker17-Jun-10 2:51 
AnswerRe: Application object + logged in users Pin
Brij17-Jun-10 5:37
mentorBrij17-Jun-10 5:37 
QuestionRe: Application object + logged in users Pin
Hemant Thaker17-Jun-10 8:53
Hemant Thaker17-Jun-10 8:53 
GeneralRe: Application object + logged in users Pin
T M Gray17-Jun-10 11:09
T M Gray17-Jun-10 11:09 
Questionneed Intiligant algorithm Pin
eslam soliman17-Jun-10 2:00
eslam soliman17-Jun-10 2:00 
AnswerRe: need Intiligant algorithm Pin
R. Giskard Reventlov17-Jun-10 2:07
R. Giskard Reventlov17-Jun-10 2:07 
Questionhow to enter dataset value into the combobox as Selected Text Pin
Amit Spadez17-Jun-10 1:43
professionalAmit Spadez17-Jun-10 1:43 
Hello all,
I'm working on some Desktop based Project in VB.Net in which I have made a page (say UpdateData.aspx) to update the employeeDetails.In that page, There is a DataGridView that displays all the detials. So, I'm using the cell_click event of the gridview. So, When I click on the gridview row, it retrieves all the records which are then populated into respective fields, except into 3 combobox fields.
I don't know what to do with them to enter some particular value into those comboboxes as those also contain some datasource.
And My code is like the following:

ds = obj.GetDetails(objBo)
If ds.Tables(0).Rows.Count>0 Then
comboItemName.SelectedText = ds.Tables(0).Rows(0)("itemName")
comboItemSerialNo.SelectedText = ds.Tables(0).Rows(0)("SerialNo")
END


please help...

Thanks in advance
AnswerRe: how to enter dataset value into the combobox as Selected Text Pin
shreekar17-Jun-10 1:59
shreekar17-Jun-10 1:59 
GeneralRe: how to enter dataset value into the combobox as Selected Text Pin
Amit Spadez17-Jun-10 2:05
professionalAmit Spadez17-Jun-10 2:05 
GeneralRe: how to enter dataset value into the combobox as Selected Text Pin
shreekar17-Jun-10 3:30
shreekar17-Jun-10 3:30 
QuestionDynamic grid problem Pin
Amit Patel198517-Jun-10 1:19
Amit Patel198517-Jun-10 1:19 
QuestionHttpContext.Current.Server.MapPath Pin
KishoreT17-Jun-10 0:03
KishoreT17-Jun-10 0:03 
AnswerRe: HttpContext.Current.Server.MapPath Pin
Jens Meyer17-Jun-10 1:18
Jens Meyer17-Jun-10 1:18 
AnswerRe: HttpContext.Current.Server.MapPath Pin
KishoreT17-Jun-10 2:02
KishoreT17-Jun-10 2:02 
QuestionAjaxPro and Actionchart issue? Pin
Jeneesh K. Velayudhan16-Jun-10 23:17
Jeneesh K. Velayudhan16-Jun-10 23:17 
QuestionASP.Net MVC 2.0 Sample Project Required Pin
Member 401661616-Jun-10 22:46
Member 401661616-Jun-10 22:46 
AnswerRe: ASP.Net MVC 2.0 Sample Project Required Pin
R. Giskard Reventlov16-Jun-10 23:12
R. Giskard Reventlov16-Jun-10 23:12 
Questionreturning null value from procedure Pin
developerit16-Jun-10 22:05
developerit16-Jun-10 22:05 
AnswerRe: returning null value from procedure Pin
Tej Aj17-Jun-10 0:52
Tej Aj17-Jun-10 0:52 
QuestionRe: returning null value from procedure Pin
shreekar17-Jun-10 1:54
shreekar17-Jun-10 1:54 
AnswerRe: returning null value from procedure Pin
T M Gray17-Jun-10 10:13
T M Gray17-Jun-10 10:13 
QuestionUpdateprogress bar Pin
sjs4u16-Jun-10 21:39
sjs4u16-Jun-10 21:39 
AnswerRe: Updateprogress bar Pin
saini arun16-Jun-10 22:51
saini arun16-Jun-10 22:51 
QuestionGridview sorting Pin
Abbas_here16-Jun-10 21:13
Abbas_here16-Jun-10 21:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.