Click here to Skip to main content
16,005,316 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGetting postback in update panel Pin
Member 387988122-Feb-09 23:24
Member 387988122-Feb-09 23:24 
AnswerRe: Getting postback in update panel Pin
Abhijit Jana22-Feb-09 23:58
professionalAbhijit Jana22-Feb-09 23:58 
GeneralRe: Getting postback in update panel Pin
Member 387988123-Feb-09 0:11
Member 387988123-Feb-09 0:11 
GeneralRe: Getting postback in update panel Pin
Abhijit Jana23-Feb-09 0:16
professionalAbhijit Jana23-Feb-09 0:16 
GeneralRe: Getting postback in update panel Pin
Member 387988123-Feb-09 0:31
Member 387988123-Feb-09 0:31 
GeneralRe: Getting postback in update panel Pin
Abhijit Jana23-Feb-09 0:36
professionalAbhijit Jana23-Feb-09 0:36 
GeneralRe: Getting postback in update panel Pin
Member 387988123-Feb-09 0:54
Member 387988123-Feb-09 0:54 
QuestionHow to create links in gridview ? Pin
muhammadafsal22-Feb-09 23:22
muhammadafsal22-Feb-09 23:22 
Hello Brothers pls helpme,

I want to create bogagregator site .
users can update blog'posts or url and title.
usres can rerieve it (title) as links from database to gridview .
How can i make titles are the links of posts(urls)



here is the code:

<>
<asp:GridView ID="GridView1" runat="server" CellPadding="4" Font-Bold="True" Font-Names="Courier New"
Font-Size="13pt" ForeColor="#333333" GridLines="None" Style="z-index: 119; left: 17px;
position: absolute; top: 422px" AutoGenerateColumns="False" DataSourceID="SqlDataSource1">
<FooterStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#CCCCFF" ForeColor="#333333" />
<EditRowStyle Font-Bold="True" ForeColor="#804000" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="Navy" />
<PagerStyle BackColor="#FFCC66" ForeColor="#333333" HorizontalAlign="Center" />
<HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
<Columns>
<asp:BoundField DataField="title" HeaderText="title" SortExpression="title" />
<asp:BoundField DataField="url" HeaderText="url" SortExpression="url" />
<asp:BoundField DataField="languages" HeaderText="languages" SortExpression="languages" />
<asp:BoundField DataField="categories" HeaderText="categories" SortExpression="categories" />
<asp:BoundField DataField="description" HeaderText="description" SortExpression="description" />
<asp:BoundField DataField="author" HeaderText="author" SortExpression="author" />
<asp:BoundField DataField="city" HeaderText="city" SortExpression="city" />
<asp:BoundField DataField="country" HeaderText="country" SortExpression="country" />
<asp:BoundField DataField="date" HeaderText="date" SortExpression="date" />
</Columns>
</asp:GridView>
AnswerRe: How to create links in gridview ? Pin
Anurag Gandhi22-Feb-09 23:28
professionalAnurag Gandhi22-Feb-09 23:28 
QuestionDetails view Insert buttion not working in Update panel Pin
Mr.Himansu22-Feb-09 23:19
Mr.Himansu22-Feb-09 23:19 
AnswerRe: Details view Insert buttion not working in Update panel Pin
Mr.Himansu24-Feb-09 1:59
Mr.Himansu24-Feb-09 1:59 
QuestionProblem in opening an uploaded site developed on ASP.NET Pin
heyitsgaurav22-Feb-09 23:12
heyitsgaurav22-Feb-09 23:12 
AnswerRe: Problem in opening an uploaded site developed on ASP.NET Pin
Anurag Gandhi22-Feb-09 23:25
professionalAnurag Gandhi22-Feb-09 23:25 
GeneralRe: Problem in opening an uploaded site developed on ASP.NET Pin
heyitsgaurav23-Feb-09 0:28
heyitsgaurav23-Feb-09 0:28 
QuestionCreate mp3 output using sapi 5.1 in web applications(c#). Pin
vsmarimuthu22-Feb-09 23:04
vsmarimuthu22-Feb-09 23:04 
Questiondata tranfer in ASP.net(visual studio 2003,C#) Pin
Arpita2722-Feb-09 22:20
Arpita2722-Feb-09 22:20 
AnswerRe: data tranfer in ASP.net(visual studio 2003,C#) [modified] Pin
Greg Chelstowski22-Feb-09 22:38
Greg Chelstowski22-Feb-09 22:38 
GeneralRe: data tranfer in ASP.net(visual studio 2003,C#) Pin
Anurag Gandhi22-Feb-09 23:34
professionalAnurag Gandhi22-Feb-09 23:34 
GeneralRe: data tranfer in ASP.net(visual studio 2003,C#) Pin
Greg Chelstowski23-Feb-09 1:04
Greg Chelstowski23-Feb-09 1:04 
GeneralRe: data tranfer in ASP.net(visual studio 2003,C#) Pin
Anurag Gandhi23-Feb-09 1:11
professionalAnurag Gandhi23-Feb-09 1:11 
AnswerRe: data tranfer in ASP.net(visual studio 2003,C#) Pin
Sneha Bisht23-Feb-09 2:57
Sneha Bisht23-Feb-09 2:57 
AnswerRe: data tranfer in ASP.net(visual studio 2003,C#) Pin
Arpita2723-Feb-09 20:06
Arpita2723-Feb-09 20:06 
GeneralRe: data tranfer in ASP.net(visual studio 2003,C#) Pin
Greg Chelstowski23-Feb-09 21:25
Greg Chelstowski23-Feb-09 21:25 
QuestionHow to make a context menu to JQGrid ? Pin
Denver Thomas22-Feb-09 22:07
Denver Thomas22-Feb-09 22:07 
AnswerRe: How to make a context menu to JQGrid ? Pin
lobbychmd22-Feb-09 22:44
lobbychmd22-Feb-09 22:44 

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.