Click here to Skip to main content
15,894,539 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionXLS to XSL:FO Pin
Venkat Eswaran20-Jan-10 20:07
Venkat Eswaran20-Jan-10 20:07 
QuestionProblem triangular calling c#->javascript->c# on single click of search button [modified] Pin
Vishnu Narayan Mishra20-Jan-10 19:43
Vishnu Narayan Mishra20-Jan-10 19:43 
AnswerRe: Problem triangular calling c#->javascript->c# on single click of search button Pin
Brij20-Jan-10 20:10
mentorBrij20-Jan-10 20:10 
AnswerRe: Problem triangular calling c#->javascript->c# on single click of search button Pin
Pranay Rana20-Jan-10 20:49
professionalPranay Rana20-Jan-10 20:49 
QuestiongridView Pin
jojoba201020-Jan-10 19:35
jojoba201020-Jan-10 19:35 
AnswerRe: gridView Pin
Brij20-Jan-10 20:22
mentorBrij20-Jan-10 20:22 
AnswerRe: gridView Pin
Anurag Gandhi20-Jan-10 22:27
professionalAnurag Gandhi20-Jan-10 22:27 
AnswerRe: gridView Pin
April Fans24-Jan-10 16:19
April Fans24-Jan-10 16:19 
<a href="newpost.aspx"> </a>
<div>
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" CellPadding="4" DataSourceID="SqlDataSource1" ForeColor="#333333" GridLines="None" Width="676px">
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="postid" InsertVisible="False" ReadOnly="True" SortExpression="postid" />
<asp:HyperLinkField DataNavigateUrlFields="postid" DataNavigateUrlFormatString="message.aspx?postid={0}"
DataTextField="subject" HeaderText="主题" />
<asp:BoundField DataField="posttime" HeaderText="发表时间" SortExpression="posttime" />
<asp:BoundField DataField="username" HeaderText="作者" SortExpression="username" />
<asp:BoundField DataField="views" HeaderText="浏览数" SortExpression="views" />
<asp:BoundField DataField="replies" HeaderText="回复数" SortExpression="replies" />
</Columns>
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<EditRowStyle BackColor="#999999" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
</asp:GridView>
</div>

<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:SimpleBBSConnectionString %>"
SelectCommand="SELECT newpost.postid, users.id, newpost.subject, newpost.posttime, newpost.userid, newpost.replies, newpost.views, users.username FROM newpost INNER JOIN users ON newpost.userid = users.id ORDER BY newpost.posttime DESC">
</asp:SqlDataSource>
April

Comm100 - Leading Live Chat Software Provider


modified 27-May-14 8:52am.

QuestionReport server configuration error Pin
sekannak20-Jan-10 19:32
sekannak20-Jan-10 19:32 
AnswerRe: Report server configuration error Pin
SeMartens20-Jan-10 20:14
SeMartens20-Jan-10 20:14 
GeneralRe: Report server configuration error Pin
sekannak20-Jan-10 22:37
sekannak20-Jan-10 22:37 
GeneralRe: Report server configuration error Pin
SeMartens20-Jan-10 23:15
SeMartens20-Jan-10 23:15 
GeneralRe: Report server configuration error Pin
sekannak21-Jan-10 0:40
sekannak21-Jan-10 0:40 
GeneralRe: Report server configuration error Pin
SeMartens21-Jan-10 0:47
SeMartens21-Jan-10 0:47 
Questionproject take a long time to build Pin
Amit Spadez20-Jan-10 19:28
professionalAmit Spadez20-Jan-10 19:28 
AnswerRe: project take a long time to build Pin
SeMartens20-Jan-10 20:25
SeMartens20-Jan-10 20:25 
AnswerRe: project take a long time to build Pin
Rutvik Dave21-Jan-10 7:50
professionalRutvik Dave21-Jan-10 7:50 
Questionproject in vb.net Pin
Amit Spadez20-Jan-10 19:13
professionalAmit Spadez20-Jan-10 19:13 
AnswerRe: project in vb.net Pin
Brij20-Jan-10 19:33
mentorBrij20-Jan-10 19:33 
QuestionMap value to Site Map Pin
sjs4u20-Jan-10 19:10
sjs4u20-Jan-10 19:10 
QuestionGridView with Javascript Pin
.NET- India 20-Jan-10 18:43
.NET- India 20-Jan-10 18:43 
AnswerRe: GridView with Javascript Pin
SeMartens20-Jan-10 20:21
SeMartens20-Jan-10 20:21 
QuestionGridView Row Selection Pin
Illegal Operation20-Jan-10 12:19
Illegal Operation20-Jan-10 12:19 
AnswerRe: GridView Row Selection Pin
Pranay Rana20-Jan-10 17:38
professionalPranay Rana20-Jan-10 17:38 
AnswerRe: GridView Row Selection Pin
April Fans24-Jan-10 16:21
April Fans24-Jan-10 16:21 

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.