Click here to Skip to main content
15,905,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Calendar Control Pin
VaibhavTiparadi23-Nov-06 23:18
VaibhavTiparadi23-Nov-06 23:18 
GeneralRe: Calendar Control Pin
Shajeel24-Nov-06 1:10
Shajeel24-Nov-06 1:10 
QuestionHow to use RSS in asp.net Pin
swguy2323-Nov-06 21:25
swguy2323-Nov-06 21:25 
AnswerRe: How to use RSS in asp.net Pin
Dominic Pettifer24-Nov-06 13:56
Dominic Pettifer24-Nov-06 13:56 
Questionalert problem Pin
Kissy1623-Nov-06 20:33
Kissy1623-Nov-06 20:33 
AnswerRe: alert problem Pin
RaviJJain23-Nov-06 20:46
RaviJJain23-Nov-06 20:46 
GeneralRe: alert problem Pin
Kissy1623-Nov-06 21:03
Kissy1623-Nov-06 21:03 
AnswerRe: alert problem Pin
RaviJJain23-Nov-06 21:13
RaviJJain23-Nov-06 21:13 
u should add attributes on the button click add following code on your html page
<br />
<script language=javascript><br />
function chktxt()<br />
{<br />
if (document.getEelementById("textbox1").value='')<br />
{<br />
     alert('Enter Some Value');<br />
}<br />
}<br />
</script><br />


and add following code on your .vb page in page_load event

<br />
button1.attributes.add("onclick","return chktxt();")<br />



check and reply me quick
GeneralRe: alert problem Pin
Kissy1623-Nov-06 22:43
Kissy1623-Nov-06 22:43 
GeneralRe: alert problem Pin
RaviJJain23-Nov-06 23:22
RaviJJain23-Nov-06 23:22 
GeneralRe: alert problem Pin
Kissy1624-Nov-06 0:55
Kissy1624-Nov-06 0:55 
GeneralRe: alert problem Pin
RaviJJain24-Nov-06 1:51
RaviJJain24-Nov-06 1:51 
AnswerRe: alert problem Pin
DineshSharma23-Nov-06 22:34
DineshSharma23-Nov-06 22:34 
GeneralRe: alert problem Pin
Kissy1623-Nov-06 23:17
Kissy1623-Nov-06 23:17 
AnswerRe: alert problem Pin
Britney S. Morales24-Nov-06 3:13
Britney S. Morales24-Nov-06 3:13 
AnswerRe: alert problem Pin
iamrashida8325-Nov-06 7:43
iamrashida8325-Nov-06 7:43 
QuestionVB.Net is better then C# in web development......if not then why Pin
DineshSharma23-Nov-06 20:16
DineshSharma23-Nov-06 20:16 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
RaviJJain23-Nov-06 20:50
RaviJJain23-Nov-06 20:50 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
Guffa24-Nov-06 0:39
Guffa24-Nov-06 0:39 
GeneralRe: VB.Net is better then C# in web development......if not then why Pin
Paddy Boyd24-Nov-06 0:52
Paddy Boyd24-Nov-06 0:52 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
Grapes-R-Fun24-Nov-06 14:26
Grapes-R-Fun24-Nov-06 14:26 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
GaryWoodfine 24-Nov-06 23:52
professionalGaryWoodfine 24-Nov-06 23:52 
QuestionProblem In Text box Validation in Datagrid? Pin
nabeelkhan23-Nov-06 19:37
nabeelkhan23-Nov-06 19:37 
AnswerRe: Problem In Text box Validation in Datagrid? Pin
shreekar23-Nov-06 20:11
shreekar23-Nov-06 20:11 
QuestionProblem in Validation of textBox Control in Datagrid? Pin
nabeelkhan23-Nov-06 19:17
nabeelkhan23-Nov-06 19:17 

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.