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

ASP.NET

 
GeneralRe: need help on Image control in the datalist Pin
hurrem19-Aug-07 15:56
hurrem19-Aug-07 15:56 
QuestionGoDaddy Email problem [modified] Pin
John Andrew19-Aug-07 13:31
John Andrew19-Aug-07 13:31 
GeneralCalling ClientSide Script 'after' handling server side [modified] Pin
Malcolm Smart19-Aug-07 11:58
Malcolm Smart19-Aug-07 11:58 
GeneralRe: Calling ClientSide Script 'after' handling server side Pin
Fred_Smith19-Aug-07 12:45
Fred_Smith19-Aug-07 12:45 
GeneralRe: Calling ClientSide Script 'after' handling server side Pin
Malcolm Smart19-Aug-07 13:31
Malcolm Smart19-Aug-07 13:31 
QuestionHow to call javascript function from aspx page Pin
beish119-Aug-07 7:36
beish119-Aug-07 7:36 
AnswerRe: How to call javascript function from aspx page Pin
Bassam Saoud19-Aug-07 7:52
Bassam Saoud19-Aug-07 7:52 
GeneralRe: How to call javascript function from aspx page Pin
beish119-Aug-07 13:02
beish119-Aug-07 13:02 
Added this to try and re-centre map as test but nothing seems to happen - code must be in-correct but can't work out what is wronG. Anyone any ideas

Dim sb As StringBuilder = New StringBuilder
sb.Append("")
sb.Append("//<![CDATA[" & vbCrLf)
sb.Append("map.setCenter(new GLatLng(50.952803, -4.139785 ),9);")
sb.Append("//]]>")
sb.Append("")

ClientScript.RegisterClientScriptBlock(Me.GetType(), "sbf", sb.ToString())
GeneralRe: How to call javascript function from aspx page Pin
Christian Graus19-Aug-07 13:17
protectorChristian Graus19-Aug-07 13:17 
GeneralRe: How to call javascript function from aspx page Pin
beish119-Aug-07 13:50
beish119-Aug-07 13:50 
GeneralRe: How to call javascript function from aspx page Pin
beish119-Aug-07 14:01
beish119-Aug-07 14:01 
QuestionNeed Suggestions before starting... Pin
just3ala219-Aug-07 4:11
just3ala219-Aug-07 4:11 
AnswerRe: Need Suggestions before starting... Pin
Not Active19-Aug-07 5:09
mentorNot Active19-Aug-07 5:09 
Questiondrag and drop element with javascript !!!!!!!!!!!! Pin
mr.mohsen19-Aug-07 3:37
mr.mohsen19-Aug-07 3:37 
AnswerRe: drag and drop element with javascript !!!!!!!!!!!! Pin
Michael Sync19-Aug-07 4:59
Michael Sync19-Aug-07 4:59 
AnswerRe: drag and drop element with javascript !!!!!!!!!!!! Pin
Not Active19-Aug-07 5:00
mentorNot Active19-Aug-07 5:00 
QuestionDataList Edit and Update please help very urgent.. Pin
bijeshputhalath19-Aug-07 1:32
bijeshputhalath19-Aug-07 1:32 
AnswerRe: DataList Edit and Update please help very urgent.. [modified] Pin
John-ph19-Aug-07 4:51
John-ph19-Aug-07 4:51 
AnswerRe: DataList Edit and Update please help very urgent.. Pin
Michael Sync19-Aug-07 4:53
Michael Sync19-Aug-07 4:53 
QuestionHttpWebRequest in medium trust Pin
daniel__c18-Aug-07 21:40
daniel__c18-Aug-07 21:40 
QuestionUpdate in GridView Pin
ksaw12318-Aug-07 20:54
ksaw12318-Aug-07 20:54 
AnswerRe: Update in GridView Pin
Milind Panchal18-Aug-07 21:31
Milind Panchal18-Aug-07 21:31 
GeneralRe: Update in GridView Pin
ksaw12319-Aug-07 22:17
ksaw12319-Aug-07 22:17 
QuestionGridview Pin
Milind Panchal18-Aug-07 19:38
Milind Panchal18-Aug-07 19:38 
AnswerRe: Gridview Pin
#realJSOP19-Aug-07 1:57
professional#realJSOP19-Aug-07 1:57 

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.