Click here to Skip to main content
15,902,445 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionkeyword search Pin
eyeseetee8-May-08 0:59
eyeseetee8-May-08 0:59 
AnswerRe: keyword search Pin
Christian Graus8-May-08 1:06
protectorChristian Graus8-May-08 1:06 
GeneralRe: keyword search Pin
eyeseetee8-May-08 1:11
eyeseetee8-May-08 1:11 
GeneralRe: keyword search Pin
Christian Graus8-May-08 1:15
protectorChristian Graus8-May-08 1:15 
GeneralRe: keyword search Pin
eyeseetee8-May-08 1:24
eyeseetee8-May-08 1:24 
AnswerRe: keyword search Pin
Geir Danielsen8-May-08 1:37
Geir Danielsen8-May-08 1:37 
GeneralRe: keyword search Pin
eyeseetee8-May-08 2:17
eyeseetee8-May-08 2:17 
Questionmaster-content page problem Pin
Miss Maheshwari8-May-08 0:21
Miss Maheshwari8-May-08 0:21 
i have a master page n a content page..in content page i have a datalist and two button....while running this it trows an exception "Control 'ctl00_ContentPlaceHolder1_btnPrev' of type 'Button' must be placed inside a form tag with runat=server." so i add the code in content page's load event
System.IO.StringWriter stringwriter = new System.IO.StringWriter();<br />
        System.Web.UI.HtmlTextWriter htmlwriter = new System.Web.UI.HtmlTextWriter(stringwriter);<br />
        this.pnl1.RenderControl(htmlwriter);<br />
        string s = stringwriter.ToString();<br />
public override void VerifyRenderingInServerForm(Control control)<br />
    {<br />
        return;<br />
    }<br />

EnableEventValidation="false"....now its working but the problem is this..the click-event of the buttons of content page are not working...please someone help
AnswerRe: master-content page problem Pin
Christian Graus8-May-08 1:23
protectorChristian Graus8-May-08 1:23 
GeneralRe: master-content page problem Pin
Miss Maheshwari8-May-08 1:46
Miss Maheshwari8-May-08 1:46 
QuestionAsp.Net Datagrid - how to Split each column into two columns Pin
I Sam Asir Aloysious8-May-08 0:01
I Sam Asir Aloysious8-May-08 0:01 
AnswerRe: Asp.Net Datagrid - how to Split each column into two columns Pin
Amit Kushwaha8-May-08 0:13
Amit Kushwaha8-May-08 0:13 
GeneralRe: Asp.Net Datagrid - how to Split each column into two columns Pin
Ashish Sehajpal8-May-08 0:17
Ashish Sehajpal8-May-08 0:17 
GeneralRe: Asp.Net Datagrid - how to Split each column into two columns Pin
I Sam Asir Aloysious8-May-08 0:27
I Sam Asir Aloysious8-May-08 0:27 
Questionneed help in Regular Expresstion Pin
kinnuP7-May-08 23:13
kinnuP7-May-08 23:13 
AnswerRe: need help in Regular Expresstion Pin
Eduard Keilholz7-May-08 23:20
Eduard Keilholz7-May-08 23:20 
Questionrequire code for enlarging images retrieved from database dynamically using mouse over event Pin
rackkool7-May-08 22:53
rackkool7-May-08 22:53 
AnswerRe: require code for enlarging images retrieved from database dynamically using mouse over event Pin
eyeseetee7-May-08 23:33
eyeseetee7-May-08 23:33 
GeneralRe: require code for enlarging images retrieved from database dynamically using mouse over event Pin
rackkool8-May-08 0:44
rackkool8-May-08 0:44 
GeneralRe: require code for enlarging images retrieved from database dynamically using mouse over event Pin
rackkool8-May-08 0:47
rackkool8-May-08 0:47 
GeneralRe: require code for enlarging images retrieved from database dynamically using mouse over event Pin
rackkool8-May-08 1:07
rackkool8-May-08 1:07 
GeneralRe: require code for enlarging images retrieved from database dynamically using mouse over event Pin
Christian Graus8-May-08 1:08
protectorChristian Graus8-May-08 1:08 
QuestionNavigating to a page without passing HttpRequest.UrlReferrer Pin
Rey99997-May-08 22:51
Rey99997-May-08 22:51 
AnswerRe: Navigating to a page without passing HttpRequest.UrlReferrer Pin
N a v a n e e t h7-May-08 23:04
N a v a n e e t h7-May-08 23:04 
QuestionRe: Navigating to a page without passing HttpRequest.UrlReferrer Pin
Rey99998-May-08 0:26
Rey99998-May-08 0:26 

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.