Click here to Skip to main content
15,897,187 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRedirect to another website form webmetho Pin
Babu.R.K12-Nov-08 2:00
Babu.R.K12-Nov-08 2:00 
AnswerRe: Redirect to another website form webmetho Pin
Brendan Vogt12-Nov-08 2:49
Brendan Vogt12-Nov-08 2:49 
QuestionSelected Text event not working Pin
omlac12-Nov-08 1:55
omlac12-Nov-08 1:55 
AnswerRe: Selected Text event not working Pin
Brij12-Nov-08 2:29
mentorBrij12-Nov-08 2:29 
AnswerRe: Selected Text event not working Pin
omlac12-Nov-08 3:09
omlac12-Nov-08 3:09 
QuestionAudio File Bookmarking and Highlighting with Text Links Pin
srisant12-Nov-08 0:54
srisant12-Nov-08 0:54 
AnswerRe: Audio File Bookmarking and Highlighting with Text Links - CROSS POST Pin
Ashfield12-Nov-08 1:08
Ashfield12-Nov-08 1:08 
QuestionAdding Programmatically Buttons to an asp.net page... Pin
Mahhouraaaaaa12-Nov-08 0:46
Mahhouraaaaaa12-Nov-08 0:46 
Hello , my problem is that i added some buttons Programmatically and i don't want them to postback the page .. just walla execute the javascriptcode
how can i desactivate this property :
ps: buttons are in a panel with : runat="server".
<br />
  foreach (Promotion promotion in promotions)<br />
        {<br />
            button = new Button();<br />
            button.ID = "button" + i;<br />
            button.CssClass = "ContextMenuItem";<br />
            button.OnClientClick = "javascript:function(this);";<br />
            i++;<br />
            button.Text = promotion.Value.ToString();<br />
            ValueListPanel.Controls.Add(button);<br />
        }

AnswerRe: Adding Programmatically Buttons to an asp.net page... Pin
Brij12-Nov-08 2:25
mentorBrij12-Nov-08 2:25 
AnswerRe: Adding Programmatically Buttons to an asp.net page... Pin
Padmanabh Ganorkar12-Nov-08 20:25
Padmanabh Ganorkar12-Nov-08 20:25 
QuestionRegarding the Events raised from Windows Application Pin
Member 459552812-Nov-08 0:18
Member 459552812-Nov-08 0:18 
Questionpaypal Pin
joindotnet12-Nov-08 0:06
joindotnet12-Nov-08 0:06 
AnswerRe: paypal Pin
Ashfield12-Nov-08 1:10
Ashfield12-Nov-08 1:10 
GeneralRe: paypal Pin
joindotnet12-Nov-08 1:12
joindotnet12-Nov-08 1:12 
GeneralRe: paypal Pin
Ashfield12-Nov-08 1:57
Ashfield12-Nov-08 1:57 
GeneralRe: paypal Pin
joindotnet12-Nov-08 2:12
joindotnet12-Nov-08 2:12 
GeneralRe: paypal Pin
Ashfield12-Nov-08 3:24
Ashfield12-Nov-08 3:24 
QuestionTo create a Reciprocal Link System [modified] Pin
div_gusain11-Nov-08 23:31
div_gusain11-Nov-08 23:31 
AnswerRe: To create a Reciprocal Link System Pin
eyeseetee11-Nov-08 23:46
eyeseetee11-Nov-08 23:46 
AnswerRe: To create a Reciprocal Link System Pin
Ashfield12-Nov-08 1:11
Ashfield12-Nov-08 1:11 
Questiongridview on page index change change page Url with paging no Pin
amit sahu2011-Nov-08 23:28
amit sahu2011-Nov-08 23:28 
AnswerRe: gridview on page index change change page Url with paging no Pin
eyeseetee11-Nov-08 23:49
eyeseetee11-Nov-08 23:49 
QuestionHow to call an object (*.dll) from JavaScript? Pin
darthm11-Nov-08 23:11
darthm11-Nov-08 23:11 
QuestionProblem with file download link Pin
pradeep kumarappagari11-Nov-08 20:35
pradeep kumarappagari11-Nov-08 20:35 
AnswerRe: Problem with file download link Pin
Rinki Mukheraji11-Nov-08 20:49
Rinki Mukheraji11-Nov-08 20:49 

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.