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

ASP.NET

 
AnswerRe: Page.IsValid conditional not working Pin
Samer Aburabie15-May-09 4:59
Samer Aburabie15-May-09 4:59 
NewsSending SMS in ASP.Net 2.0 using webservice Pin
Smart_Boy15-May-09 2:42
Smart_Boy15-May-09 2:42 
QuestionWeb setup project fails in Windows vista and IIS7 Pin
Muhammad Sohaib Yousaf15-May-09 2:14
Muhammad Sohaib Yousaf15-May-09 2:14 
AnswerRe: Web setup project fails in Windows vista and IIS7 Pin
N a v a n e e t h15-May-09 2:20
N a v a n e e t h15-May-09 2:20 
AnswerRe: Web setup project fails in Windows vista and IIS7 Pin
Glider1234518-Jun-09 3:24
Glider1234518-Jun-09 3:24 
QuestionAJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
beginner_csharper15-May-09 1:24
beginner_csharper15-May-09 1:24 
AnswerRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
Smart_Boy15-May-09 2:44
Smart_Boy15-May-09 2:44 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
beginner_csharper15-May-09 5:17
beginner_csharper15-May-09 5:17 
There isn't problem ID's about case sensitive..
and the code below :

<asp:UpdatePanel ID="UpdatePanel2" UpdateMode="Conditional" runat="server">
<ContentTemplate>


<asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None" HorizontalAlign="Center" AllowPaging="True" AllowSorting="True">

<FooterStyle BackColor="LightGray" Font-Bold="True" ForeColor="White" BorderStyle="Solid" BorderWidth="2px" Font-Size="Small" />
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" Font-Size="Small" />
<PagerStyle BackColor="LightGray" ForeColor="MediumBlue" HorizontalAlign="Justify" BorderStyle="Solid" BorderWidth="2px" Font-Size="X-Small" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
<HeaderStyle BackColor="LightGray" Font-Bold="True" ForeColor="MediumBlue" BorderColor="Black" BorderStyle="Solid" BorderWidth="2px" Font-Names="Verdana" Font-Size="X-Small" Font-Strikeout="False" Font-Underline="True" />
<EditRowStyle BackColor="#999999" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
<Columns>
<asp:ImageField DataImageUrlField="MARKA_ADI" DataImageUrlFormatString="images/{0}.jpg"
HeaderText="G&#214;R&#220;N&#220;M">
</asp:ImageField>
</Columns>
</asp:GridView>


</ContentTemplate>


<Triggers>

<asp:AsyncPostBackTrigger ControlID="lnk2" EventName="Click" />






</Triggers>

</asp:UpdatePanel>
AnswerRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
Smart_Boy15-May-09 9:00
Smart_Boy15-May-09 9:00 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
beginner_csharper15-May-09 22:03
beginner_csharper15-May-09 22:03 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
Smart_Boy16-May-09 20:17
Smart_Boy16-May-09 20:17 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
beginner_csharper16-May-09 23:12
beginner_csharper16-May-09 23:12 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
Smart_Boy17-May-09 3:36
Smart_Boy17-May-09 3:36 
Questionpassword strength checker Pin
Mogaambo15-May-09 1:18
Mogaambo15-May-09 1:18 
AnswerRe: password strength checker Pin
Vasudevan Deepak Kumar15-May-09 5:40
Vasudevan Deepak Kumar15-May-09 5:40 
Questionsend me link to download the best ebook for connectivity in vs 2008 Pin
Anupam Chakraborty15-May-09 0:43
Anupam Chakraborty15-May-09 0:43 
AnswerRe: send me link to download the best ebook for connectivity in vs 2008 Pin
Vimalsoft(Pty) Ltd15-May-09 1:04
professionalVimalsoft(Pty) Ltd15-May-09 1:04 
GeneralRe: send me link to download the best ebook for connectivity in vs 2008 Pin
Anupam Chakraborty15-May-09 3:09
Anupam Chakraborty15-May-09 3:09 
Question[C#] ASP.NET -- aspnet_Users table, db creates new row on update Pin
Umair Ahmad khan14-May-09 23:39
Umair Ahmad khan14-May-09 23:39 
AnswerRe: [C#] ASP.NET -- aspnet_Users table, db creates new row on update Pin
Andreas X15-May-09 3:50
professionalAndreas X15-May-09 3:50 
QuestionWebDev.WebServer.exe has encountered a problem Pin
Subin Alex14-May-09 23:27
Subin Alex14-May-09 23:27 
AnswerRe: WebDev.WebServer.exe has encountered a problem Pin
specialdreamsin15-May-09 0:11
specialdreamsin15-May-09 0:11 
GeneralRe: WebDev.WebServer.exe has encountered a problem Pin
Subin Alex15-May-09 0:17
Subin Alex15-May-09 0:17 
AnswerRe: WebDev.WebServer.exe has encountered a problem Pin
Anupam Chakraborty15-May-09 0:37
Anupam Chakraborty15-May-09 0:37 
Questionhow to make page like Igoogle(http://www.google.co.in/ig?hl=en) Pin
Piyush Vardhan Singh14-May-09 22:52
Piyush Vardhan Singh14-May-09 22:52 

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.