Click here to Skip to main content
15,883,901 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: calling a function from dll Pin
naveen attri4-Nov-09 0:11
naveen attri4-Nov-09 0:11 
GeneralRe: calling a function from dll Pin
padmanabhan N4-Nov-09 0:16
padmanabhan N4-Nov-09 0:16 
AnswerRe: calling a function from dll Pin
Vimalsoft(Pty) Ltd4-Nov-09 0:07
professionalVimalsoft(Pty) Ltd4-Nov-09 0:07 
AnswerRe: calling a function from dll Pin
Abhishek Sur4-Nov-09 0:32
professionalAbhishek Sur4-Nov-09 0:32 
Question[Message Deleted] Pin
sahoo.fm3-Nov-09 23:51
sahoo.fm3-Nov-09 23:51 
AnswerRe: sending receiving sms Pin
Eduard Keilholz4-Nov-09 3:47
Eduard Keilholz4-Nov-09 3:47 
AnswerRe: sending receiving sms Pin
Ashfield4-Nov-09 7:46
Ashfield4-Nov-09 7:46 
QuestionA problem RequiredFieldValidator Solved [modified] Pin
alaminfad3-Nov-09 23:49
alaminfad3-Nov-09 23:49 
Dear all

i've a RequiredFieldValidator on texbox , i also have a calender item that opens on a buton clik , i want the user to clik the button choose a date and the date get copied in the texbox , it works without the RequiredFieldValidator ,but it doznt work with it , the RequiredFieldValidator message appears instantly after me cliking on the button that shows the calender ,the calender doesnt even appear, here is the code

Protected Sub btnDOB_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnDOB.Click
Try
If Not txtDOB.Text.Trim() = "" Then
cdrCalendar.SelectedDate = Convert.ToDateTime(txtDOB.Text)
End If

Catch ex As Exception

End Try

cdrCalendar.Visible = True

End Sub

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Protected Sub cdrCalendar_SelectionChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles cdrCalendar.SelectionChanged
txtdate.Text = cdrCalendar.SelectedDate.ToShortDateString
cdrCalendar.Visible = False
End Sub


help me please


modified on Thursday, November 5, 2009 3:01 AM

AnswerRe: A problem RequiredFieldValidator Pin
m@dhu3-Nov-09 23:58
m@dhu3-Nov-09 23:58 
GeneralRe: A problem RequiredFieldValidator Pin
alaminfad4-Nov-09 0:08
alaminfad4-Nov-09 0:08 
QuestionDomain and Subdomain Pin
.NET- India 3-Nov-09 23:14
.NET- India 3-Nov-09 23:14 
AnswerRe: Domain and Subdomain Pin
Abhishek Sur3-Nov-09 23:32
professionalAbhishek Sur3-Nov-09 23:32 
GeneralRe: Domain and Subdomain Pin
.NET- India 4-Nov-09 0:42
.NET- India 4-Nov-09 0:42 
GeneralRe: Domain and Subdomain Pin
Abhishek Sur4-Nov-09 20:59
professionalAbhishek Sur4-Nov-09 20:59 
QuestionHorizontal scroll bars in the panel Pin
KittyKit3-Nov-09 22:23
KittyKit3-Nov-09 22:23 
AnswerRe: Horizontal scroll bars in the panel Pin
Abhishek Sur3-Nov-09 22:53
professionalAbhishek Sur3-Nov-09 22:53 
Questionhow to get a controls value in another page. Pin
santu3213-Nov-09 21:44
santu3213-Nov-09 21:44 
AnswerRe: how to get a controls value in another page. Pin
padmanabhan N3-Nov-09 21:47
padmanabhan N3-Nov-09 21:47 
AnswerRe: how to get a controls value in another page. Pin
kPriyanka123-Nov-09 22:16
kPriyanka123-Nov-09 22:16 
QuestionDeployment of asp application on IIS Pin
<<Tash18>>3-Nov-09 21:06
<<Tash18>>3-Nov-09 21:06 
AnswerRe: Deployment of asp application on IIS Pin
padmanabhan N3-Nov-09 21:52
padmanabhan N3-Nov-09 21:52 
AnswerRe: Deployment of asp application on IIS Pin
Vimalsoft(Pty) Ltd3-Nov-09 22:49
professionalVimalsoft(Pty) Ltd3-Nov-09 22:49 
GeneralRe: Deployment of asp application on IIS Pin
<<Tash18>>3-Nov-09 23:20
<<Tash18>>3-Nov-09 23:20 
GeneralRe: Deployment of asp application on IIS Pin
Vimalsoft(Pty) Ltd3-Nov-09 23:27
professionalVimalsoft(Pty) Ltd3-Nov-09 23:27 
GeneralRe: Deployment of asp application on IIS Pin
<<Tash18>>3-Nov-09 23:38
<<Tash18>>3-Nov-09 23:38 

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.