Click here to Skip to main content
15,887,596 members
Home / Discussions / Database
   

Database

 
GeneralRe: Do a simple Query for me Pin
Eddy Vluggen23-Oct-08 2:41
professionalEddy Vluggen23-Oct-08 2:41 
AnswerRe: Do a simple Query for me Pin
John Gathogo23-Oct-08 1:43
John Gathogo23-Oct-08 1:43 
AnswerRe: Do a simple Query for me Pin
shubhi23-Oct-08 1:56
shubhi23-Oct-08 1:56 
JokeRe: Do a simple Query for me Pin
nelsonpaixao23-Oct-08 15:51
nelsonpaixao23-Oct-08 15:51 
Questionunbound RadioButtonList Selected Item problem Pin
amit201123-Oct-08 1:16
amit201123-Oct-08 1:16 
AnswerRe: unbound RadioButtonList Selected Item problem Pin
Ashfield23-Oct-08 1:29
Ashfield23-Oct-08 1:29 
AnswerRe: unbound RadioButtonList Selected Item problem Pin
John Gathogo23-Oct-08 1:37
John Gathogo23-Oct-08 1:37 
GeneralRe: unbound RadioButtonList Selected Item problem Pin
amit201123-Oct-08 1:52
amit201123-Oct-08 1:52 
the error i am getting on browser page is :-
"Server Error in '/Website_dtc' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
"

the RadiobuttonList is databound as follows-

"RadioButtonList1.DataSource = ds.Tables["temp1"];
RadioButtonList1.DataTextField = "buses";
RadioButtonList1.DataValueField = "buses";
RadioButtonList1.DataBind();
"

the RadiobuttonList Item is selected as:-

" protected void Button1_Click(object sender, EventArgs e)
{
lbltemp.Text = RadioButtonList1.SelectedItem.Text;


}
"
GeneralRe: unbound RadioButtonList Selected Item problem Pin
Paddy Boyd23-Oct-08 2:07
Paddy Boyd23-Oct-08 2:07 
GeneralRe: unbound RadioButtonList Selected Item problem Pin
amit201123-Oct-08 3:30
amit201123-Oct-08 3:30 
GeneralRe: unbound RadioButtonList Selected Item problem Pin
amit201123-Oct-08 3:48
amit201123-Oct-08 3:48 
GeneralRe: unbound RadioButtonList Selected Item problem Pin
John Gathogo23-Oct-08 2:20
John Gathogo23-Oct-08 2:20 
Questionhow to read returned identity value from stored procedure Pin
Poonam Gandash23-Oct-08 0:08
Poonam Gandash23-Oct-08 0:08 
AnswerRe: how to read returned identity value from stored procedure Pin
Ashfield23-Oct-08 1:26
Ashfield23-Oct-08 1:26 
GeneralRe: how to read returned identity value from stored procedure Pin
Poonam Gandash23-Oct-08 2:20
Poonam Gandash23-Oct-08 2:20 
GeneralRe: how to read returned identity value from stored procedure Pin
Ashfield23-Oct-08 2:36
Ashfield23-Oct-08 2:36 
AnswerRe: how to read returned identity value from stored procedure Pin
Mycroft Holmes23-Oct-08 11:55
professionalMycroft Holmes23-Oct-08 11:55 
GeneralRe: how to read returned identity value from stored procedure Pin
Poonam Gandash23-Oct-08 19:14
Poonam Gandash23-Oct-08 19:14 
GeneralRe: how to read returned identity value from stored procedure Pin
Mycroft Holmes23-Oct-08 19:43
professionalMycroft Holmes23-Oct-08 19:43 
Questioncan't start sql server service manager [modified] Pin
sathyan_829422-Oct-08 23:37
sathyan_829422-Oct-08 23:37 
AnswerRe: can't start sql server service manager Pin
Ashfield22-Oct-08 23:54
Ashfield22-Oct-08 23:54 
QuestionWhat are the various debug visualizers in visual studio ? Pin
lovedotnet22-Oct-08 18:38
lovedotnet22-Oct-08 18:38 
AnswerRe: What are the various debug visualizers in visual studio ? Pin
John Gathogo23-Oct-08 1:53
John Gathogo23-Oct-08 1:53 
QuestionRollback transaction problem Pin
hdtrung22-Oct-08 17:42
hdtrung22-Oct-08 17:42 
AnswerRe: Rollback transaction problem Pin
Mycroft Holmes22-Oct-08 23:44
professionalMycroft Holmes22-Oct-08 23:44 

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.