Click here to Skip to main content
15,885,537 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Table vs absolute position Pin
johnsontroye26-Jan-09 3:50
johnsontroye26-Jan-09 3:50 
AnswerRe: Table vs absolute position Pin
Mohammad Dayyan27-Jan-09 0:02
Mohammad Dayyan27-Jan-09 0:02 
AnswerRe: Table vs absolute position Pin
netJP12L27-Jan-09 8:48
netJP12L27-Jan-09 8:48 
QuestionAny update to IIS7 gives me error HRESULT:0x80070005 (E_ACCESSDENIED) Pin
softwareengr23-Jan-09 12:57
softwareengr23-Jan-09 12:57 
AnswerRe: Any update to IIS7 gives me error HRESULT:0x80070005 (E_ACCESSDENIED) Pin
souidi abderrahman16-Jul-10 6:15
souidi abderrahman16-Jul-10 6:15 
QuestionGridview PageIndexChanging event not being called when using an asp:UpdatePanel Pin
Steve Holdorf23-Jan-09 8:04
Steve Holdorf23-Jan-09 8:04 
AnswerRe: Gridview PageIndexChanging event not being called when using an asp:UpdatePanel Pin
Rajdev Ramasamy26-Jan-09 23:30
Rajdev Ramasamy26-Jan-09 23:30 
GeneralRe: Gridview PageIndexChanging event not being called when using an asp:UpdatePanel Pin
Steve Holdorf27-Jan-09 4:57
Steve Holdorf27-Jan-09 4:57 


<asp:updatepanel id="UpdatePanel1" runat="server" updatemode="Conditional" xmlns:asp="#unknown">
<contenttemplate>
<asp:panel id="PanelDADSInformationGrid" runat="server" height="160px" width="100%">
<rsd:customgridview id="GridViewDADSInformation" runat="server" width="98%" horizontalalign="Center" xmlns:rsd="#unknown">
AutoGenerateColumns="false" AllowSorting="True" EnableViewState="true" UseCustomPager="true"
AllowPaging="True" PageSize="4" OnSorting="GridViewDADSInformation_Sorting"
onpageindexchanging="GridViewDADSInformation_PageIndexChanging" OnRowDataBound="GridViewDADSInformation_RowDataBound">
<columns> <asp:templatefield visible="false">
<itemtemplate>
<asp:literal id="PKDADSInformation" runat="server" text="<%# (Convert.ToString(Eval(" pkdadsinformation")))%&gt;"="">


<asp:templatefield headertext="Generated Title" sortexpression="GeneratedTitle">
<itemtemplate>
<asp:textbox id="DADSInfoGeneratedTitle" runat="server" text="<%# (String.IsNullOrEmpty ((string)Eval(" generatedtitle"))="" ||="" &lt;br="" mode="hold" &gt;="" ((string)="" eval("generatedtitle")).equals("zzzzz")="" eval("generatedtitle")).equals("q")="" eval("generatedtitle")).equals("q1"))="" ?="" string.empty="" :="" eval("generatedtitle")%&gt;"="">
Width="195px" Enabled='<%# IsQueryCollection(Eval("GeneratedTitle").ToString()) %>' />


<asp:templatefield headertext="Release" sortexpression="Release">
<itemtemplate>
<asp:textbox id="DADSInfoRelease" runat="server" text="<%# (String.IsNullOrEmpty ((string)Eval(" release"))="" ||="" &lt;br="" mode="hold" &gt;="" ((string)="" eval("release")).equals("zzzzz"))="" eval("generatedtitle")).equals("q")="" ?="" string.empty="" :="" eval("release")="" %&gt;"="">
Width="80px" Enabled='<%# IsQueryCollection(Eval("GeneratedTitle").ToString()) %>'
/>


<asp:templatefield headertext="OS Version" sortexpression="OSVersion">
<itemtemplate>
<asp:textbox id="DADSInfoOSVersion" runat="server" text="<%# (String.IsNullOrEmpty ((string)Eval(" osversion"))="" ||="" &lt;br="" mode="hold" &gt;="" ((string)="" eval("osversion")).equals("zzzzz"))="" eval("generatedtitle")).equals("q")="" ?="" string.empty="" :="" eval("osversion")="" %&gt;"="">
Width="80px" Enabled='<%# IsQueryCollection(Eval("GeneratedTitle").ToString()) %>'
/>


<asp:templatefield headertext="Status" sortexpression="Status">
<itemtemplate>
<asp:dropdownlist id="DADSInfoStatus" runat="server" width="55px" appenddatabounditems="true">
Enabled="true"
OnSelectedIndexChanged="DADSInfoStatus_SelectedIndexChanged" >



<asp:templatefield headertext="DADS Collection" sortexpression="DADSCollection">
<itemtemplate>
<asp:textbox id="DADSInfoDADSCollection" runat="server" text="<%# (String.IsNullOrEmpty ((string)Eval(" dadscollection"))="" ||="" &lt;br="" mode="hold" &gt;="" ((string)="" eval("dadscollection")).equals("zzzzz"))="" eval("generatedtitle")).equals("q")="" ?="" string.empty="" :="" eval("dadscollection")="" %&gt;"="">
Width="80px" Enabled='<%# IsQueryCollection(Eval("GeneratedTitle").ToString()) %>'
/>


<asp:templatefield headertext="Install Doc Location" sortexpression="InstallDocLoc">
<itemtemplate>
<asp:textbox id="DADSInfoInstallDocLoc" runat="server" text="<%# (String.IsNullOrEmpty ((string)Eval(" installdocloc"))="" ||="" &lt;br="" mode="hold" &gt;="" ((string)="" eval("installdocloc")).equals("zzzzz"))="" eval("generatedtitle")).equals("q")="" ?="" string.empty="" :="" eval("installdocloc")="" %&gt;"="">
Width="95px" Enabled='<%# IsQueryCollection(Eval("GeneratedTitle").ToString()) %>'
/>


<asp:templatefield headertext="Associated Doc Loc" sortexpression="AssociatedDocLoc">
<itemtemplate>
<asp:textbox id="DADSInfoAssociatedDocLoc" runat="server" text="<%# (String.IsNullOrEmpty ((string)Eval(" associateddocloc"))="" ||="" &lt;br="" mode="hold" &gt;="" ((string)="" eval("associateddocloc")).equals("zzzzz"))="" eval("generatedtitle")).equals("q")="" ?="" string.empty="" :="" eval("associateddocloc")="" %&gt;"="">
Width="90px" Enabled='<%# IsQueryCollection(Eval("GeneratedTitle").ToString()) %>'
/>


<asp:templatefield headertext="Download Location" sortexpression="DownloadLoc">
<itemtemplate>
<asp:textbox id="DADSInfoDownloadLoc" runat="server" text="<%# (String.IsNullOrEmpty ((string)Eval(" downloadloc"))="" ||="" &lt;br="" mode="hold" &gt;="" ((string)="" eval("downloadloc")).equals("zzzzz"))="" eval("generatedtitle")).equals("q")="" ?="" string.empty="" :="" eval("downloadloc")="" %&gt;"="">
Width="95px" Enabled='<%# IsQueryCollection(Eval("GeneratedTitle").ToString()) %>'
/>


<asp:templatefield headertext="DADS Status" sortexpression="DADSStatus">
<itemtemplate>
<asp:dropdownlist id="DADSInfoDADSStatus" runat="server" width="70px" appenddatabounditems="true">
Enabled="true"
OnSelectedIndexChanged="DADSInfoDADSStatus_SelectedIndexChanged"
>
<asp:listitem value="" enabled="false">








Questionblock access to none aspx folders Pin
tomertro23-Jan-09 3:38
tomertro23-Jan-09 3:38 
AnswerRe: block access to none aspx folders Pin
led mike23-Jan-09 5:44
led mike23-Jan-09 5:44 
AnswerRe: block access to none aspx folders Pin
N a v a n e e t h23-Jan-09 17:11
N a v a n e e t h23-Jan-09 17:11 
Questioncontext.Response.Write is not working on mozilla,safari ... Pin
nmathur2322-Jan-09 22:13
nmathur2322-Jan-09 22:13 
AnswerRe: context.Response.Write is not working on mozilla,safari ... Pin
Aman Bhullar22-Jan-09 23:28
Aman Bhullar22-Jan-09 23:28 
GeneralRe: context.Response.Write is not working on mozilla,safari ... Pin
nmathur2323-Jan-09 0:06
nmathur2323-Jan-09 0:06 
QuestionCatching ok button when pressed Pin
samerh22-Jan-09 19:26
samerh22-Jan-09 19:26 
AnswerRe: Catching ok button when pressed Pin
VenkatFor.NET22-Jan-09 20:50
VenkatFor.NET22-Jan-09 20:50 
GeneralRe: Catching ok button when pressed Pin
samerh22-Jan-09 20:58
samerh22-Jan-09 20:58 
AnswerRe: Catching ok button when pressed Pin
vaghelabhavesh26-Jan-09 16:49
vaghelabhavesh26-Jan-09 16:49 
AnswerRe: Catching ok button when pressed Pin
Ranjit Viswakumar29-Jan-09 14:35
Ranjit Viswakumar29-Jan-09 14:35 
Questionversion history is not working for Custom List Form ( WSS3.0) Pin
Raheem MA22-Jan-09 17:57
Raheem MA22-Jan-09 17:57 
QuestionDirectory Structure Pin
Civic0622-Jan-09 7:59
Civic0622-Jan-09 7:59 
AnswerRe: Directory Structure Pin
SeMartens23-Jan-09 1:18
SeMartens23-Jan-09 1:18 
QuestionAdd webpart to login.aspx page sharepoint Pin
deewaker pandey22-Jan-09 3:20
deewaker pandey22-Jan-09 3:20 
AnswerRe: Add webpart to login.aspx page sharepoint Pin
VenkatFor.NET22-Jan-09 21:10
VenkatFor.NET22-Jan-09 21:10 
Question2007 SharePoint - Need Help with Hiding Fields in a list Pin
Robb Base22-Jan-09 2:36
Robb Base22-Jan-09 2:36 

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.