Click here to Skip to main content
16,003,611 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Modify browser url Pin
Amit Agarrwal22-Aug-06 2:47
Amit Agarrwal22-Aug-06 2:47 
AnswerRe: Modify browser url Pin
Navi1522-Aug-06 1:40
Navi1522-Aug-06 1:40 
QuestionHow to bind data in dataset instead of in database Pin
ypsyong22-Aug-06 0:39
ypsyong22-Aug-06 0:39 
AnswerRe: How to bind data in dataset instead of in database Pin
_AK_22-Aug-06 0:42
_AK_22-Aug-06 0:42 
GeneralRe: How to bind data in dataset instead of in database Pin
ypsyong22-Aug-06 3:24
ypsyong22-Aug-06 3:24 
QuestionSelected Item storage and display [modified] Pin
Dayekh22-Aug-06 0:32
Dayekh22-Aug-06 0:32 
GeneralRe: Selected Item storage and display Pin
_AK_22-Aug-06 0:36
_AK_22-Aug-06 0:36 
GeneralRe: Selected Item storage and display Pin
Dayekh22-Aug-06 1:08
Dayekh22-Aug-06 1:08 
Actually I'm getting the problem at the selected Item.
It's just that if that is fixed.. then the stored procedure may or may not work.

Both areas need testing. So i need to fix the first problem first.

Normally when I store details from a textbox, I just enter something like:

objUsers.Forname = System.Convert.ToString(Me.txtForename.Text) and relevant SQL Parameter coding.

but for the DropDownList, I was guessing it would be:
objUsers.UserTitleID = System.Convert.ToString(Me.ddlUserTitleID.SelectedItem.Value)?

In anycase, IF that line is infact correct, then my problem lies in the SQL parameters for the DropDownList:

Dim pmUserTitle As SqlParameter = New SqlParameter
pmUserTitle.ParameterName = "@UserTitleID"
pmUserTitle.SqlDbType = System.Data.SqlDbType.Int
pmUserTitle.Size = 10
pmUserTitle.Direction = System.Data.ParameterDirection.Input
pmUserTitle.Value = objUsers.UserTitleID

Thanks.
GeneralRe: Selected Item storage and display Pin
_AK_22-Aug-06 1:24
_AK_22-Aug-06 1:24 
GeneralRe: Selected Item storage and display Pin
Dayekh22-Aug-06 1:53
Dayekh22-Aug-06 1:53 
GeneralRe: Selected Item storage and display Pin
_AK_22-Aug-06 2:04
_AK_22-Aug-06 2:04 
GeneralRe: Selected Item storage and display Pin
Dayekh22-Aug-06 2:30
Dayekh22-Aug-06 2:30 
AnswerRe: Selected Item storage and display Pin
Dayekh23-Aug-06 0:20
Dayekh23-Aug-06 0:20 
GeneralRe: Selected Item storage and display Pin
_AK_23-Aug-06 1:47
_AK_23-Aug-06 1:47 
QuestionASP.NET calendar Control Pin
Exelioindia22-Aug-06 0:26
Exelioindia22-Aug-06 0:26 
QuestionTEXT CHANGED EVENT FOR A TEXTBOX INSIDE DATAGRID Pin
kavithapuranik21-Aug-06 23:57
kavithapuranik21-Aug-06 23:57 
AnswerRe: TEXT CHANGED EVENT FOR A TEXTBOX INSIDE DATAGRID Pin
thomas_joyee22-Aug-06 1:41
thomas_joyee22-Aug-06 1:41 
QuestionPowePoint Automation on client side using asp.net and C# Pin
Avanika Gupta21-Aug-06 23:48
Avanika Gupta21-Aug-06 23:48 
AnswerRe: PowePoint Automation on client side using asp.net and C# Pin
_AK_21-Aug-06 23:58
_AK_21-Aug-06 23:58 
QuestionArgumentOutOfRangeException Pin
vilunjike manda21-Aug-06 23:43
vilunjike manda21-Aug-06 23:43 
AnswerRe: ArgumentOutOfRangeException Pin
_AK_21-Aug-06 23:49
_AK_21-Aug-06 23:49 
GeneralRe: ArgumentOutOfRangeException Pin
vilunjike manda22-Aug-06 1:13
vilunjike manda22-Aug-06 1:13 
Questionhow to payment using 2checkout.com Pin
Amit Agarrwal21-Aug-06 23:29
Amit Agarrwal21-Aug-06 23:29 
Questionhow to set cursor in textbox [modified] Pin
Ramu.e21-Aug-06 23:23
Ramu.e21-Aug-06 23:23 
AnswerRe: how to set cursor in textbox Pin
_AK_21-Aug-06 23:28
_AK_21-Aug-06 23:28 

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.