Click here to Skip to main content
15,890,741 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPls help Pin
Ishwarya M6-Feb-07 17:01
Ishwarya M6-Feb-07 17:01 
AnswerRe: Pls help Pin
gauthee6-Feb-07 17:21
gauthee6-Feb-07 17:21 
QuestionError while trying to run project Pin
vurugonda6-Feb-07 16:23
vurugonda6-Feb-07 16:23 
AnswerRe: Error while trying to run project [modified] Pin
Sylvester george6-Feb-07 19:36
Sylvester george6-Feb-07 19:36 
AnswerRe: Error while trying to run project Pin
liyakhat_shahid6-Feb-07 22:46
liyakhat_shahid6-Feb-07 22:46 
QuestionPopUp Calendar problem Pin
SharonRao6-Feb-07 14:42
SharonRao6-Feb-07 14:42 
AnswerRe: PopUp Calendar problem Pin
Jay_se6-Feb-07 17:35
Jay_se6-Feb-07 17:35 
GeneralRe: PopUp Calendar problem Pin
SharonRao8-Feb-07 11:23
SharonRao8-Feb-07 11:23 
Hello,

Thanks for the reply. I have changed the code in popupcalendar.aspx.vb,but it still is not working, any ideas where i have gone wrong.

Protected Sub Change_Date(ByVal sender As System.Object, ByVal e As System.EventArgs)
Dim strScript As String = "document.getElementByID('txtstartdate')." + control.Value + ".value = '"
strScript += calDate.SelectedDate.ToLongDateString
strScript += "';self.close()"
strScript += "</" + "script>"
RegisterClientScriptBlock("Calendar_ChangeDate", strScript)
End Sub



<div class="ForumSig">Thanks in Advance for your help. Best Regards</div>
QuestionEditing server-side Excel s/sheet in ASP.Net 2.0 Page - how? Pin
nzmike6-Feb-07 14:01
nzmike6-Feb-07 14:01 
AnswerRe: Editing server-side Excel s/sheet in ASP.Net 2.0 Page - how? Pin
minhpc_bk7-Feb-07 0:34
minhpc_bk7-Feb-07 0:34 
Questioncreating web form Pin
xoxoxoxoxoxox6-Feb-07 13:30
xoxoxoxoxoxox6-Feb-07 13:30 
QuestionGridView? Pin
Murthy Puvvada6-Feb-07 11:13
Murthy Puvvada6-Feb-07 11:13 
AnswerRe: GridView? Pin
varshavmane6-Feb-07 17:47
varshavmane6-Feb-07 17:47 
GeneralRe: GridView? Pin
Murthy Puvvada7-Feb-07 2:02
Murthy Puvvada7-Feb-07 2:02 
AnswerRe: GridView? Pin
gauthee6-Feb-07 18:59
gauthee6-Feb-07 18:59 
GeneralRe: GridView? Pin
Murthy Puvvada7-Feb-07 1:54
Murthy Puvvada7-Feb-07 1:54 
QuestionChecking if the item exists in a combox?? Pin
Nada Adel6-Feb-07 8:48
Nada Adel6-Feb-07 8:48 
AnswerRe: Checking if the item exists in a combox?? Pin
Christian Graus6-Feb-07 13:34
protectorChristian Graus6-Feb-07 13:34 
AnswerRe: Checking if the item exists in a combox?? Pin
Vsree6-Feb-07 18:37
Vsree6-Feb-07 18:37 
QuestionAll Web controls must be placed within a &lt;form runat="server"> tag to function properly. Pin
elane6-Feb-07 8:12
elane6-Feb-07 8:12 
AnswerRe: All Web controls must be placed within a &lt;form runat="server"> tag to function properly. Pin
Pradipta Basu6-Feb-07 8:21
Pradipta Basu6-Feb-07 8:21 
AnswerRe: All Web controls must be placed within a &amp;lt;form runat=&quot;server&quot;&gt; tag to function properly. Pin
Guffa6-Feb-07 10:00
Guffa6-Feb-07 10:00 
QuestionHow to Use ajax control toolkit with asp.net1.1 Pin
suriee6-Feb-07 7:11
suriee6-Feb-07 7:11 
AnswerRe: How to Use ajax control toolkit with asp.net1.1 Pin
Christian Graus6-Feb-07 13:36
protectorChristian Graus6-Feb-07 13:36 
GeneralRe: How to Use ajax control toolkit with asp.net1.1 Pin
suriee7-Feb-07 0:09
suriee7-Feb-07 0:09 

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.