Click here to Skip to main content
15,911,531 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDeleting a row from a GridView control Pin
tofuma3-Dec-08 16:51
tofuma3-Dec-08 16:51 
AnswerRe: Deleting a row from a GridView control Pin
Christian Graus3-Dec-08 18:09
protectorChristian Graus3-Dec-08 18:09 
GeneralRe: Deleting a row from a GridView control Pin
tofuma3-Dec-08 20:05
tofuma3-Dec-08 20:05 
Questionadding asp.net server controls dynamically using java script... Pin
Aslesh3-Dec-08 10:46
Aslesh3-Dec-08 10:46 
AnswerRe: adding asp.net server controls dynamically using java script... Pin
Christian Graus3-Dec-08 11:45
protectorChristian Graus3-Dec-08 11:45 
QuestionSql server in godady webhost Pin
ahawari093-Dec-08 8:00
ahawari093-Dec-08 8:00 
AnswerRe: Sql server in godady webhost Pin
Christian Graus3-Dec-08 8:31
protectorChristian Graus3-Dec-08 8:31 
QuestionSys.WebForms.PostBackAction is not a constructor <--- in the navigator :/ Pin
Mahhouraaaaaa3-Dec-08 7:46
Mahhouraaaaaa3-Dec-08 7:46 
Erreur : Sys.WebForms.PostBackAction is not a constructor
hello i'm trying to execute postback action manually
using :
<script type="text/javascript"><br />
        var postBack = new Sys.WebForms.PostBackAction();<br />
        postBack.set_target('btn_valider');<br />
        postBack.set_eventArgument('');<br />
<br />
        postBack.performAction();<br />
</script>

but in the navigator i have this error message.
thank you for your help
AnswerRe: Sys.WebForms.PostBackAction is not a constructor &lt;--- in the navigator :/ Pin
Christian Graus3-Dec-08 9:05
protectorChristian Graus3-Dec-08 9:05 
QuestionProblems with FormView in ASP.NET 3.5 Pin
Mr programboy3-Dec-08 3:42
Mr programboy3-Dec-08 3:42 
AnswerRe: Problems with FormView in ASP.NET 3.5 Pin
ToddHileHoffer3-Dec-08 10:09
ToddHileHoffer3-Dec-08 10:09 
Questionasp:Chart - background color help Pin
bonkers1233-Dec-08 2:47
bonkers1233-Dec-08 2:47 
QuestionRe: asp:Chart - background color help Pin
Abhijit Jana3-Dec-08 3:13
professionalAbhijit Jana3-Dec-08 3:13 
AnswerRe: asp:Chart - background color help Pin
bonkers1234-Dec-08 2:45
bonkers1234-Dec-08 2:45 
Questioncall c# script from an ASP vb page Pin
baranils3-Dec-08 2:27
baranils3-Dec-08 2:27 
Questionload value from textbox to javascript Pin
benjamin yap3-Dec-08 2:18
benjamin yap3-Dec-08 2:18 
AnswerRe: load value from textbox to javascript Pin
Nishant Singh3-Dec-08 2:54
Nishant Singh3-Dec-08 2:54 
GeneralRe: load value from textbox to javascript Pin
Abhijit Jana3-Dec-08 3:12
professionalAbhijit Jana3-Dec-08 3:12 
AnswerRe: load value from textbox to javascript Pin
Abhijit Jana3-Dec-08 3:08
professionalAbhijit Jana3-Dec-08 3:08 
GeneralRe: load value from textbox to javascript Pin
benjamin yap3-Dec-08 3:19
benjamin yap3-Dec-08 3:19 
QuestionGirdview Pin
shanthi jothi3-Dec-08 1:55
shanthi jothi3-Dec-08 1:55 
AnswerRe: Girdview Pin
Nishant Singh3-Dec-08 3:07
Nishant Singh3-Dec-08 3:07 
AnswerRe: Girdview Pin
Abhijit Jana3-Dec-08 3:10
professionalAbhijit Jana3-Dec-08 3:10 
QuestionGridView Paging problem while taking input . Pin
vkumar093-Dec-08 1:36
vkumar093-Dec-08 1:36 
QuestionDisplay Changes with Screen Resolution Pin
Anand Desai3-Dec-08 1:01
Anand Desai3-Dec-08 1:01 

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.