Click here to Skip to main content
15,890,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Logic problem in Datatable Pin
Imran Khan Pathan16-Jul-08 21:43
Imran Khan Pathan16-Jul-08 21:43 
QuestionHow to provide serial number (Sl. No.) in data grid Pin
BalasubramanianK16-Jul-08 20:10
BalasubramanianK16-Jul-08 20:10 
AnswerRe: How to provide serial number (Sl. No.) in data grid Pin
Imran Khan Pathan16-Jul-08 20:15
Imran Khan Pathan16-Jul-08 20:15 
GeneralRe: How to provide serial number (Sl. No.) in data grid Pin
BalasubramanianK16-Jul-08 21:36
BalasubramanianK16-Jul-08 21:36 
QuestionHow to send constant value through postback url Pin
bantrotu16-Jul-08 20:00
bantrotu16-Jul-08 20:00 
AnswerRe: How to send constant value through postback url Pin
Imran Khan Pathan16-Jul-08 20:47
Imran Khan Pathan16-Jul-08 20:47 
GeneralRe: How to send constant value through postback url Pin
bantrotu24-Jul-08 20:04
bantrotu24-Jul-08 20:04 
QuestionHow to create serial number column in data grid Pin
BalasubramanianK16-Jul-08 19:48
BalasubramanianK16-Jul-08 19:48 
Hi,

I have created template column for serial number in data grid. The following is my client side code. serial number should be generated according to the data. I set paging in my data grid. On the next page, serial number should be continued. It should not start from 1 again....Pls help

 <asp:datagrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 24px" runat="server"    AllowPaging="True" AutoGenerateColumns="False" CellPadding="3" BackColor="White" BorderWidth="1px"    BorderStyle="None" BorderColor="#CCCCCC" CssClass="GrdRows">    <SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"&gt;&lt;/SelectedItemStyle>    <ItemStyle ForeColor="#000066"></ItemStyle>    <HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>    <FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>    <Columns>     <asp:BoundColumn DataField="srno" HeaderText="No"></asp:BoundColumn><asp:TemplateColumn HeaderText="Sr No.">      <ItemTemplate>       <![CDATA[<#Container.ItemIndex + 1 + DataGrid1.CurrentPageIndex*DataGrid1.PageSize %>]]>       </ItemTemplate>     </asp:TemplateColumn>
etc...................
........... 


Balasubramanian K.

AnswerRe: How to create serial number column in data grid Pin
Imran Khan Pathan16-Jul-08 20:12
Imran Khan Pathan16-Jul-08 20:12 
QuestionLisbox Selection and updation in ASP.Net using C# Pin
Manikkuttan16-Jul-08 19:41
Manikkuttan16-Jul-08 19:41 
QuestionAssign data From database to ChecklistBox Pin
sjs4u16-Jul-08 19:37
sjs4u16-Jul-08 19:37 
QuestionASP.NET 2.0 Runtime Error!!! Very Important Pin
mujumdarg16-Jul-08 19:26
mujumdarg16-Jul-08 19:26 
AnswerRe: ASP.NET 2.0 Runtime Error!!! Very Important Pin
Vimal Raj16-Jul-08 21:13
Vimal Raj16-Jul-08 21:13 
QuestionRegularExpressionValidator [modified] Pin
Johndas16-Jul-08 19:26
Johndas16-Jul-08 19:26 
QuestionFile Upload Pin
Rock Star.16-Jul-08 19:23
Rock Star.16-Jul-08 19:23 
AnswerRe: File Upload Pin
Imran Khan Pathan16-Jul-08 21:57
Imran Khan Pathan16-Jul-08 21:57 
QuestionWindow service Pin
Member 387988116-Jul-08 19:12
Member 387988116-Jul-08 19:12 
AnswerRe: Window service Pin
_AK_16-Jul-08 19:41
_AK_16-Jul-08 19:41 
QuestionHow to store xml file to database by using webservices? Pin
kathyani16-Jul-08 19:06
kathyani16-Jul-08 19:06 
QuestionIP Redirection for High Traffic Website Pin
wEb GuRu...16-Jul-08 19:06
wEb GuRu...16-Jul-08 19:06 
QuestionHow to apply the changes made in project to the published website in localhost Pin
mcmilan16-Jul-08 19:05
mcmilan16-Jul-08 19:05 
Questioncompare datatables? Pin
Member 387988116-Jul-08 18:41
Member 387988116-Jul-08 18:41 
AnswerRe: compare datatables? Pin
_AK_16-Jul-08 19:36
_AK_16-Jul-08 19:36 
GeneralLogic problem in datatable Pin
Member 387988116-Jul-08 20:02
Member 387988116-Jul-08 20:02 
GeneralRe: Logic problem in datatable Pin
_AK_16-Jul-08 21:00
_AK_16-Jul-08 21:00 

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.