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

ASP.NET

 
QuestionCan u explain that how the timer control works.. Pin
chinni17-Jan-09 0:13
chinni17-Jan-09 0:13 
AnswerRe: Can u explain that how the timer control works.. Pin
N a v a n e e t h7-Jan-09 0:25
N a v a n e e t h7-Jan-09 0:25 
Questionhow to unzip file which contains password using c#.net Pin
kvijayajyothy6-Jan-09 23:47
kvijayajyothy6-Jan-09 23:47 
AnswerRe: how to unzip file which contains password using c#.net Pin
Aman Bhullar7-Jan-09 4:49
Aman Bhullar7-Jan-09 4:49 
QuestionPlay Flash Moive in FLV Player Pin
.NET- India 6-Jan-09 23:27
.NET- India 6-Jan-09 23:27 
AnswerRe: Play Flash Moive in FLV Player Pin
rahul.net117-Jan-09 0:26
rahul.net117-Jan-09 0:26 
GeneralRe: Play Flash Moive in FLV Player Pin
.NET- India 7-Jan-09 1:14
.NET- India 7-Jan-09 1:14 
Questionjava sript in code behind C# Pin
omlac6-Jan-09 23:12
omlac6-Jan-09 23:12 
Im tying to write an exception message using javascript in code behind, using
catch (Exception ex)
{
string err = ex.Message;
string script = "alert('" + err + "');";
ScriptManager.RegisterStartupScript(Page, Page.GetType(), "Msg", script, true);
}

But sometimes the message doesnt get dislayed and the whole application freezes, i have noticed that its caused by the content of ex.Message
eg "Unable to cast object of type 'System.DBNull' to type 'System.String'." - gives a problem. The easiest thing to do is to replace the ' signs and it works fine, but this is applies to this error message only, is there a generic solution for this problem.

Thank you.
AnswerRe: java sript in code behind C# Pin
am.net7-Jan-09 0:25
am.net7-Jan-09 0:25 
GeneralRe: java sript in code behind C# Pin
omlac7-Jan-09 2:42
omlac7-Jan-09 2:42 
GeneralRe: java sript in code behind C# Pin
Sundar_R7-Jan-09 5:32
Sundar_R7-Jan-09 5:32 
AnswerRe: java sript in code behind C# Pin
Aman Bhullar7-Jan-09 4:53
Aman Bhullar7-Jan-09 4:53 
QuestionExtract Section Wise Text Pin
panthagani santosh6-Jan-09 22:59
panthagani santosh6-Jan-09 22:59 
QuestionCode for :File download and simple e-mail system Pin
Subin Alex6-Jan-09 22:18
Subin Alex6-Jan-09 22:18 
AnswerRe: Code for :File download and simple e-mail system Pin
SeMartens6-Jan-09 22:50
SeMartens6-Jan-09 22:50 
AnswerRe: Code for :File download and simple e-mail system Pin
N a v a n e e t h6-Jan-09 22:50
N a v a n e e t h6-Jan-09 22:50 
QuestionHow get List of all domain and pc ? [modified] Pin
am.net6-Jan-09 22:02
am.net6-Jan-09 22:02 
AnswerRe: How get List of all domain and pc ? Pin
Ashfield7-Jan-09 1:38
Ashfield7-Jan-09 1:38 
AnswerRe: How get List of all domain and pc ? Pin
Paddy Boyd7-Jan-09 2:47
Paddy Boyd7-Jan-09 2:47 
QuestionWant to display HTML file in aspx page Pin
Anand Desai6-Jan-09 21:27
Anand Desai6-Jan-09 21:27 
AnswerRe: Want to display HTML file in aspx page Pin
Colin Angus Mackay6-Jan-09 21:37
Colin Angus Mackay6-Jan-09 21:37 
GeneralRe: Want to display HTML file in aspx page Pin
Anand Desai6-Jan-09 21:43
Anand Desai6-Jan-09 21:43 
GeneralRe: Want to display HTML file in aspx page Pin
N a v a n e e t h6-Jan-09 21:55
N a v a n e e t h6-Jan-09 21:55 
QuestionPublishing a website created in VS2005 on windows 2003 server using remote desktop connection.... Pin
bishwambhar_sen6-Jan-09 21:16
bishwambhar_sen6-Jan-09 21:16 
AnswerRe: Publishing a website created in VS2005 on windows 2003 server using remote desktop connection.... Pin
Colin Angus Mackay6-Jan-09 21:34
Colin Angus Mackay6-Jan-09 21:34 

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.