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

ASP.NET

 
QuestionRetrieving Full URL from a relative url Pin
dabs12-Mar-07 3:20
dabs12-Mar-07 3:20 
AnswerRe: Retrieving Full URL from a relative url Pin
Walter_H12-Mar-07 4:26
Walter_H12-Mar-07 4:26 
QuestionUpdating GridView row bound to ObjectDataSource Pin
mcs13012-Mar-07 3:47
mcs13012-Mar-07 3:47 
AnswerRe: Updating GridView row bound to ObjectDataSource Pin
mcs13012-Mar-07 16:52
mcs13012-Mar-07 16:52 
QuestionCan't Execute My content page Pin
Waheed AL Barghouthi12-Mar-07 3:46
Waheed AL Barghouthi12-Mar-07 3:46 
AnswerRe: Can't Execute My content page Pin
Imran Khan Pathan12-Mar-07 3:57
Imran Khan Pathan12-Mar-07 3:57 
GeneralRe: Can't Execute My content page Pin
Waheed AL Barghouthi12-Mar-07 6:28
Waheed AL Barghouthi12-Mar-07 6:28 
AnswerRe: Can't Execute My content page Pin
szukuro12-Mar-07 4:56
szukuro12-Mar-07 4:56 
Check if the ContentPlaceHolder control is inside the form tag. If not, put it inside the form. It should look like this:
    <form id="form1" runat="server">
<!-- Html and ASP.NET markup -->
        <asp:ContentPlaceHolder ID="ContentPlaceHolder2" runat="server">
         <!-- Put controls here if desired -->
        <asp:ContentPlaceHolder />
<!-- Html and ASP.NET markup -->
    </form><pre>

QuestionCheckBox List Pin
w13RTH70Lo12-Mar-07 3:32
w13RTH70Lo12-Mar-07 3:32 
AnswerRe: CheckBox List Pin
SABhatti12-Mar-07 3:36
SABhatti12-Mar-07 3:36 
AnswerRe: CheckBox List Pin
Imran Khan Pathan12-Mar-07 3:41
Imran Khan Pathan12-Mar-07 3:41 
AnswerRe: CheckBox List Pin
postmaster@programmingknowledge.com12-Mar-07 4:28
postmaster@programmingknowledge.com12-Mar-07 4:28 
QuestionText Validation Pin
Wajihs12-Mar-07 3:15
Wajihs12-Mar-07 3:15 
AnswerRe: Text Validation Pin
SABhatti12-Mar-07 3:21
SABhatti12-Mar-07 3:21 
AnswerRe: Text Validation Pin
Spunky Coder12-Mar-07 3:31
Spunky Coder12-Mar-07 3:31 
QuestionAJAX Problem (paging, sorting, editing) [modified] Pin
SABhatti12-Mar-07 3:13
SABhatti12-Mar-07 3:13 
AnswerRe: AJAX Problem (paging, sorting, editing) Pin
badgrs12-Mar-07 5:45
badgrs12-Mar-07 5:45 
GeneralRe: AJAX Problem (paging, sorting, editing) Pin
SABhatti12-Mar-07 5:50
SABhatti12-Mar-07 5:50 
QuestionError in Switching Between HTTP and HTTPS Automatically Pin
swapnilbhavsar12-Mar-07 3:12
swapnilbhavsar12-Mar-07 3:12 
Questionpdf user authentication Pin
szewanng12-Mar-07 3:00
szewanng12-Mar-07 3:00 
QuestionModalpopup contol in ajax Pin
nikhil123412-Mar-07 2:49
nikhil123412-Mar-07 2:49 
QuestionChange Position of control Pin
vengaqua12-Mar-07 2:46
vengaqua12-Mar-07 2:46 
AnswerRe: Change Position of control Pin
SABhatti12-Mar-07 3:16
SABhatti12-Mar-07 3:16 
Questionhttp://path/[Username] - Virtual Directory? Pin
Succodimele12-Mar-07 2:40
Succodimele12-Mar-07 2:40 
AnswerRe: http://path/[Username] - Virtual Directory? Pin
Walter_H12-Mar-07 4:32
Walter_H12-Mar-07 4:32 

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.