Click here to Skip to main content
15,891,375 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: UpdateProgress in MasterPage Pin
Abhishek Sur3-Mar-09 20:41
professionalAbhishek Sur3-Mar-09 20:41 
QuestionRe: UpdateProgress in MasterPage Pin
anada88863-Mar-09 20:56
anada88863-Mar-09 20:56 
QuestionCalling a javascript function in the content page from the master page. Pin
Steve Holdorf3-Mar-09 15:32
Steve Holdorf3-Mar-09 15:32 
AnswerRe: Calling a javascript function in the content page from the master page. Pin
Christian Graus3-Mar-09 15:34
protectorChristian Graus3-Mar-09 15:34 
QuestionDynamic link in Detailsview disappears on update Pin
Ekjon3-Mar-09 11:49
Ekjon3-Mar-09 11:49 
AnswerRe: Dynamic link in Detailsview disappears on update Pin
Christian Graus3-Mar-09 15:11
protectorChristian Graus3-Mar-09 15:11 
GeneralRe: Dynamic link in Detailsview disappears on update Pin
Ekjon3-Mar-09 19:12
Ekjon3-Mar-09 19:12 
GeneralRe: Dynamic link in Detailsview disappears on update Pin
Ekjon4-Mar-09 7:53
Ekjon4-Mar-09 7:53 
I got it figured out, thanks Christian.
I did this: in the DataBound event handler, to filter the exception - I used if:
<br />
if (dvParams.CurrentMode != DetailsViewMode.Edit)<br />
        {<br />
            DetailsViewRow row = dvParams.Rows[0];<br />
            tbox = (TextBox)(row.FindControl("txtEqpID"));<br />
            HtmlAnchor anchorSpEquipment = (HtmlAnchor)(row.FindControl("lnkSpEquipment"));<br />
            anchorSpEquipment.HRef = "~/EquipmentDetails.aspx?Station=" + stationID + "&ColType=" + collType + "&Param=" + paramID + "&ID=" + tbox.Text;<br />
        }<br />

Questionwhat method to use for pushing page updates to page/iframes? Pin
nakins3-Mar-09 10:24
nakins3-Mar-09 10:24 
AnswerRe: what method to use for pushing page updates to page/iframes? Pin
Christian Graus3-Mar-09 11:02
protectorChristian Graus3-Mar-09 11:02 
QuestionHow to create differetnt subdomains through ASP.NET C# ? Pin
King Shez3-Mar-09 9:27
King Shez3-Mar-09 9:27 
AnswerRe: How to create differetnt subdomains through ASP.NET C# ? Pin
Christian Graus3-Mar-09 9:40
protectorChristian Graus3-Mar-09 9:40 
GeneralRe: How to create differetnt subdomains through ASP.NET C# ? Pin
King Shez3-Mar-09 10:27
King Shez3-Mar-09 10:27 
GeneralRe: How to create differetnt subdomains through ASP.NET C# ? Pin
Christian Graus3-Mar-09 11:01
protectorChristian Graus3-Mar-09 11:01 
GeneralRe: How to create differetnt subdomains through ASP.NET C# ? Pin
Yusuf3-Mar-09 11:51
Yusuf3-Mar-09 11:51 
QuestionEmail Pin
M.Ambigai3-Mar-09 7:11
M.Ambigai3-Mar-09 7:11 
AnswerRe: Email Pin
Abhishek Sur3-Mar-09 8:58
professionalAbhishek Sur3-Mar-09 8:58 
AnswerRe: Email Pin
Abhijit Jana3-Mar-09 18:54
professionalAbhijit Jana3-Mar-09 18:54 
AnswerRe: Email Pin
Sneha Bisht3-Mar-09 19:06
Sneha Bisht3-Mar-09 19:06 
QuestionSHA1 Pin
M.Ambigai3-Mar-09 7:07
M.Ambigai3-Mar-09 7:07 
AnswerRe: SHA1 Pin
Kelly Herald3-Mar-09 8:13
Kelly Herald3-Mar-09 8:13 
GeneralRe: SHA1 Pin
M.Ambigai3-Mar-09 23:58
M.Ambigai3-Mar-09 23:58 
GeneralRe: SHA1 Pin
Kelly Herald4-Mar-09 4:33
Kelly Herald4-Mar-09 4:33 
GeneralRe: SHA1 Pin
M.Ambigai4-Mar-09 6:32
M.Ambigai4-Mar-09 6:32 
GeneralRe: SHA1 Pin
Kelly Herald4-Mar-09 8:19
Kelly Herald4-Mar-09 8:19 

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.