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

ASP.NET

 
AnswerRe: Login problem Pin
jkirkerx3-Jul-12 8:28
professionaljkirkerx3-Jul-12 8:28 
Generalxsl and xsl fo transformations Pin
indian1433-Jul-12 5:42
indian1433-Jul-12 5:42 
SuggestionRe: xsl transformations Pin
AspDotNetDev3-Jul-12 7:20
protectorAspDotNetDev3-Jul-12 7:20 
GeneralRe: xsl and xslfo transformations Pin
indian1433-Jul-12 8:01
indian1433-Jul-12 8:01 
QuestionCreating Dynamic control in oninit method Pin
ankushbelorkar3-Jul-12 5:15
ankushbelorkar3-Jul-12 5:15 
AnswerRe: Creating Dynamic control in oninit method Pin
R. Giskard Reventlov3-Jul-12 5:20
R. Giskard Reventlov3-Jul-12 5:20 
AnswerRe: Creating Dynamic control in oninit method Pin
jkirkerx3-Jul-12 7:46
professionaljkirkerx3-Jul-12 7:46 
QuestionMultiple ScriptManager.RegisterStartupScript Issue Pin
Vimalsoft(Pty) Ltd2-Jul-12 21:11
professionalVimalsoft(Pty) Ltd2-Jul-12 21:11 
I have a Counter on a textbox done in Javascript like twitter that counts the text entered. Now It works fine. The Textboxes get field with data and after that i want to calculate the renmaining Text. i have a code for that after i bind the textbox. So i have this

C#
ScriptManager.RegisterStartupScript(Page, GetType(String), "FF", "InitializeCounter(" + "ctl00_ContentPlaceHolder_Main_Wizard1_Servitudes" + ",'ndacount2','bar','800');", True)
      ScriptManager.RegisterStartupScript(Page, GetType(String), "FF", "InitializeCounter(" + "ctl00_ContentPlaceHolder_Main_Wizard1_Introduction" + ",'NDAcount1','bar','800');", True)


and i realized that it only calculate the textbox counts for only the First one and fail to do it for the second one. Maybe it does not like multiple RegisterStartupScript

Thanks
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa[at]dotnetfunda.com
http://www.Dotnetfunda.com

AnswerRe: Multiple ScriptManager.RegisterStartupScript Issue Pin
Sandeep Mewara2-Jul-12 23:18
mveSandeep Mewara2-Jul-12 23:18 
GeneralRe: Multiple ScriptManager.RegisterStartupScript Issue Pin
Vimalsoft(Pty) Ltd2-Jul-12 23:19
professionalVimalsoft(Pty) Ltd2-Jul-12 23:19 
GeneralRe: Multiple ScriptManager.RegisterStartupScript Issue Pin
Sandeep Mewara2-Jul-12 23:34
mveSandeep Mewara2-Jul-12 23:34 
QuestionASP .Net Pin
Member 34876322-Jul-12 18:49
Member 34876322-Jul-12 18:49 
AnswerRe: ASP .Net Pin
Sandeep Mewara2-Jul-12 19:48
mveSandeep Mewara2-Jul-12 19:48 
GeneralRe: ASP .Net Pin
Member 34876323-Jul-12 20:06
Member 34876323-Jul-12 20:06 
AnswerRe: ASP .Net Pin
ZurdoDev3-Jul-12 4:02
professionalZurdoDev3-Jul-12 4:02 
GeneralRe: ASP .Net Pin
CodingLover3-Jul-12 4:07
CodingLover3-Jul-12 4:07 
GeneralRe: ASP .Net Pin
Member 34876323-Jul-12 20:10
Member 34876323-Jul-12 20:10 
AnswerRe: ASP .Net Pin
ZurdoDev5-Jul-12 2:37
professionalZurdoDev5-Jul-12 2:37 
QuestionC# web form Pin
dcof2-Jul-12 6:14
dcof2-Jul-12 6:14 
AnswerRe: C# web form Pin
R. Giskard Reventlov2-Jul-12 7:16
R. Giskard Reventlov2-Jul-12 7:16 
AnswerRe: C# web form Pin
Abhinav S2-Jul-12 19:48
Abhinav S2-Jul-12 19:48 
QuestionHow to execute button event inside new model page using window.showModalDialog? Pin
sanjaykumarjaiswal21-Jul-12 17:33
sanjaykumarjaiswal21-Jul-12 17:33 
AnswerRe: How to execute button event inside new model page using window.showModalDialog? Pin
jkirkerx2-Jul-12 10:59
professionaljkirkerx2-Jul-12 10:59 
GeneralC# web assembly Pin
classy_dog1-Jul-12 11:27
classy_dog1-Jul-12 11:27 
GeneralRe: C# web assembly Pin
Sandeep Mewara1-Jul-12 20:38
mveSandeep Mewara1-Jul-12 20: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.