Click here to Skip to main content
15,914,642 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DLL???? Pin
Sathesh Sakthivel14-Jul-07 6:29
Sathesh Sakthivel14-Jul-07 6:29 
AnswerRe: DLL???? Pin
Michael Sync13-Jul-07 21:11
Michael Sync13-Jul-07 21:11 
AnswerRe: DLL???? Pin
N a v a n e e t h14-Jul-07 0:06
N a v a n e e t h14-Jul-07 0:06 
AnswerRe: DLL???? Pin
DarrollWalsh14-Jul-07 3:53
DarrollWalsh14-Jul-07 3:53 
AnswerRe: DLL???? Pin
Urs Enzler14-Jul-07 4:29
Urs Enzler14-Jul-07 4:29 
Questiondisplay message box from server side Pin
Archana New to Dotnet13-Jul-07 18:52
Archana New to Dotnet13-Jul-07 18:52 
AnswerRe: display message box from server side Pin
Sathesh Sakthivel13-Jul-07 19:03
Sathesh Sakthivel13-Jul-07 19:03 
GeneralRe: display message box from server side Pin
Archana New to Dotnet13-Jul-07 19:39
Archana New to Dotnet13-Jul-07 19:39 
Thank u ..got a solution ..its working fine...

TextBox1.Text = "13/07/2007"
msg = TextBox1.Text
Dim errormsg As String = "dateformat"
If InStr(msg, "-") Then
Dim strMessage As String
strMessage = "Date Format wrong Please use the control"
'finishes server processing, returns to client.
Dim strScript As String = ""
strScript += "alert(""" & strMessage & """);"
strScript += ""

If (Not ClientScript.IsStartupScriptRegistered("clientScript")) Then
ClientScript.RegisterClientScriptBlock(Me.GetType(), "clientScript", strScript)
End If
Else


End If
GeneralRe: display message box from server side Pin
Sathesh Sakthivel13-Jul-07 19:47
Sathesh Sakthivel13-Jul-07 19:47 
QuestionValidation on file uploading Pin
arslanjatt13-Jul-07 18:51
arslanjatt13-Jul-07 18:51 
AnswerRe: Validation on file uploading [modified] Pin
Archana New to Dotnet13-Jul-07 20:30
Archana New to Dotnet13-Jul-07 20:30 
AnswerRe: Validation on file uploading Pin
Gamzun13-Jul-07 20:31
Gamzun13-Jul-07 20:31 
QuestionWhich all Files Upload into server for Hosting Pin
Kurian_Kurian13-Jul-07 15:03
Kurian_Kurian13-Jul-07 15:03 
AnswerRe: Which all Files Upload into server for Hosting Pin
Guffa13-Jul-07 15:15
Guffa13-Jul-07 15:15 
GeneralRe: Which all Files Upload into server for Hosting Pin
Kurian_Kurian13-Jul-07 15:36
Kurian_Kurian13-Jul-07 15:36 
AnswerRe: Which all Files Upload into server for Hosting Pin
Guffa14-Jul-07 4:55
Guffa14-Jul-07 4:55 
QuestionPostback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
BGadhia13-Jul-07 10:39
BGadhia13-Jul-07 10:39 
AnswerRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
Paul Conrad13-Jul-07 12:16
professionalPaul Conrad13-Jul-07 12:16 
GeneralRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
BGadhia13-Jul-07 12:42
BGadhia13-Jul-07 12:42 
GeneralRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
Paul Conrad13-Jul-07 12:49
professionalPaul Conrad13-Jul-07 12:49 
GeneralRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
BGadhia13-Jul-07 12:53
BGadhia13-Jul-07 12:53 
GeneralRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
Paul Conrad13-Jul-07 13:10
professionalPaul Conrad13-Jul-07 13:10 
GeneralRe: Postback event fails in asp.net 2.0(Page cannot find server/DNS Error) Pin
BGadhia14-Jul-07 6:12
BGadhia14-Jul-07 6:12 
QuestionSending Email from Simple HTML Page Pin
Khan.Bangash13-Jul-07 6:21
Khan.Bangash13-Jul-07 6:21 
AnswerRe: Sending Email from Simple HTML Page Pin
Bino B13-Jul-07 7:04
Bino B13-Jul-07 7:04 

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.