Click here to Skip to main content
15,895,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: SQL 2008 (Web Developer Membership System) - Could not find stored procedure. Pin
saini arun4-Feb-10 18:56
saini arun4-Feb-10 18:56 
GeneralRe: SQL 2008 (Web Developer Membership System) - Could not find stored procedure. Pin
saini arun4-Feb-10 19:01
saini arun4-Feb-10 19:01 
GeneralRe: SQL 2008 (Web Developer Membership System) - Could not find stored procedure. Pin
Baeltazor4-Feb-10 19:31
Baeltazor4-Feb-10 19:31 
GeneralRe: SQL 2008 (Web Developer Membership System) - Could not find stored procedure. Pin
saini arun4-Feb-10 19:49
saini arun4-Feb-10 19:49 
GeneralRe: SQL 2008 (Web Developer Membership System) - Could not find stored procedure. Pin
Baeltazor4-Feb-10 20:26
Baeltazor4-Feb-10 20:26 
GeneralRe: SQL 2008 (Web Developer Membership System) - Could not find stored procedure. Pin
saini arun4-Feb-10 20:34
saini arun4-Feb-10 20:34 
GeneralRe: SQL 2008 (Web Developer Membership System) - Could not find stored procedure. Pin
Baeltazor4-Feb-10 20:41
Baeltazor4-Feb-10 20:41 
QuestionNo line numbers in release stack trace Pin
Danpeking4-Feb-10 12:49
Danpeking4-Feb-10 12:49 
Hi, I'm looking into a problem on our website but other than the method I have no way of knowing which control/line number the error refers to. I know it is caused by one of 4 controls where we convert the contents to an int. For example, the code is:

private void SomeMethod()
{
int i = Convert.ToInt32(ddl.SelectedValue);
int i2 = Convert.ToInt32(txt.Text);
}

I think it is being caused by a custom textbox's value returning null. It is an intermittent problem and not something we have been able to recreate.
The stack trace is:
Input string was not in a correct format
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
System.Convert.ToInt32(String value) +63

It would be nice to narrow the search down to a particular control and I would like to understand how exactly I can narrow the stack trace error down to a particular line. Can anybody please tell me how this is possible?
Thanks
AnswerRe: No line numbers in release stack trace Pin
Venkatesh Mookkan4-Feb-10 17:35
Venkatesh Mookkan4-Feb-10 17:35 
QuestionMessage Removed Pin
4-Feb-10 11:06
sweety19884-Feb-10 11:06 
AnswerRe: Interview questions for web develoepr Pin
Graham Breach4-Feb-10 11:26
Graham Breach4-Feb-10 11:26 
AnswerCross post Pin
Not Active4-Feb-10 11:27
mentorNot Active4-Feb-10 11:27 
QuestionWeb - User Control and Serach Engines Pin
tronix014-Feb-10 6:40
tronix014-Feb-10 6:40 
AnswerRe: Web - User Control and Serach Engines Pin
Not Active4-Feb-10 19:59
mentorNot Active4-Feb-10 19:59 
GeneralRe: Web - User Control and Serach Engines Pin
tronix014-Feb-10 21:03
tronix014-Feb-10 21:03 
GeneralRe: Web - User Control and Serach Engines Pin
Not Active4-Feb-10 21:16
mentorNot Active4-Feb-10 21:16 
Questionfiltering search result Pin
hi_everybody4-Feb-10 0:01
hi_everybody4-Feb-10 0:01 
AnswerRe: filtering search result Pin
Dinesh Mani4-Feb-10 1:36
Dinesh Mani4-Feb-10 1:36 
GeneralRe: filtering search result Pin
4anusha44-Feb-10 1:41
4anusha44-Feb-10 1:41 
Questionstoring and retrieving colors from database Pin
sreeraj.a.173-Feb-10 22:30
sreeraj.a.173-Feb-10 22:30 
AnswerRe: storing and retrieving colors from database Pin
sashidhar3-Feb-10 22:46
sashidhar3-Feb-10 22:46 
AnswerRe: storing and retrieving colors from database Pin
Dinesh Mani4-Feb-10 1:25
Dinesh Mani4-Feb-10 1:25 
Questiondata is not saving in (inbuilt)database(WIndows Application)(Dotnet) Pin
kalyansantosh3-Feb-10 18:45
kalyansantosh3-Feb-10 18:45 
AnswerRe: data is not saving in (inbuilt)database(WIndows Application)(Dotnet) Pin
Abhijit Jana3-Feb-10 19:50
professionalAbhijit Jana3-Feb-10 19:50 
QuestionSee Trace.axd for all asp.net pages Pin
Majid khosravi3-Feb-10 5:28
Majid khosravi3-Feb-10 5: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.