Click here to Skip to main content
15,897,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem in using query string Pin
Christian Graus18-Jun-09 20:19
protectorChristian Graus18-Jun-09 20:19 
AnswerRe: Problem in using query string Pin
padmanabhan N18-Jun-09 20:19
padmanabhan N18-Jun-09 20:19 
QuestionStop popup window Pin
.NET- India 18-Jun-09 20:04
.NET- India 18-Jun-09 20:04 
AnswerRe: Stop popup window Pin
himanshu256118-Jun-09 21:18
himanshu256118-Jun-09 21:18 
GeneralRe: Stop popup window Pin
.NET- India 18-Jun-09 21:25
.NET- India 18-Jun-09 21:25 
GeneralRe: Stop popup window Pin
himanshu256118-Jun-09 22:33
himanshu256118-Jun-09 22:33 
GeneralRe: Stop popup window Pin
.NET- India 18-Jun-09 23:59
.NET- India 18-Jun-09 23:59 
QuestionJava script function in aspx.vb file [modified] Pin
Girish48118-Jun-09 17:57
Girish48118-Jun-09 17:57 
Hello,

I am using VS 2005

Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
If Trim(TextBox1.Text) = "" Or Val(TextBox1.Text) > Val(TextBox2.Text) Or Trim(TextBox2.Text) = "" Or Val(TextBox2.Text) < Val(TextBox1.Text) Then
<<here i="" want="" to="" alert="" message="" box="" user="" that="" there="" is="" some="" problem="" in="" the="" values="" given="" textboxes.
else
...="" 'other="" work
...
end="" if
end="" sub

here="" if="" gives="" :
messagebox.show("wrong="" roll="" number="" ranges","xx",messageboxbuttons.ok,messageboxicon.error,messageboxdefaultbutton.button1,messageboxoptions.defaultdesktoponly)

then="" this="" will="" be="" appread="" on="" server;="" not="" at="" client="" machine;="" so="" have="" call="" javascript="" function="" i.e.="" alert;="" but="" how="" aspx.vb="" file;="" please="" guide="" me.

thanks="" &="" regards
girish="" sharma=""

<div="" class="ForumMod">modified on Friday, June 19, 2009 12:30 AM
AnswerRe: Java script function in aspx.vb file Pin
K030618-Jun-09 18:43
K030618-Jun-09 18:43 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 19:11
Girish48118-Jun-09 19:11 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 19:27
Girish48118-Jun-09 19:27 
AnswerRe: Java script function in aspx.vb file [modified] Pin
Amit Patel198518-Jun-09 19:15
Amit Patel198518-Jun-09 19:15 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 19:19
Girish48118-Jun-09 19:19 
GeneralRe: Java script function in aspx.vb file Pin
Christian Graus18-Jun-09 19:28
protectorChristian Graus18-Jun-09 19:28 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 19:50
Girish48118-Jun-09 19:50 
GeneralRe: Java script function in aspx.vb file Pin
Christian Graus18-Jun-09 20:28
protectorChristian Graus18-Jun-09 20:28 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 20:48
Girish48118-Jun-09 20:48 
GeneralRe: Java script function in aspx.vb file Pin
Christian Graus18-Jun-09 21:35
protectorChristian Graus18-Jun-09 21:35 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 21:56
Girish48118-Jun-09 21:56 
GeneralRe: Java script function in aspx.vb file Pin
Christian Graus18-Jun-09 22:39
protectorChristian Graus18-Jun-09 22:39 
AnswerRe: Java script function in aspx.vb file Pin
Baran M18-Jun-09 19:28
Baran M18-Jun-09 19:28 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 19:37
Girish48118-Jun-09 19:37 
GeneralRe: Java script function in aspx.vb file Pin
Baran M18-Jun-09 19:44
Baran M18-Jun-09 19:44 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 19:53
Girish48118-Jun-09 19:53 
GeneralRe: Java script function in aspx.vb file Pin
himanshu256118-Jun-09 20:18
himanshu256118-Jun-09 20:18 

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.