No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: if u wanted to destroy the session then u can write the code like. session["sessioid"]=""; your session will automatically destroied. | |
Give Me Reply to Develop Faster Loading Sites..:) | |
Re: .aspx page <asp:GridView ID="GridView1" runat="server" DataSourceID="ObjectDataSource1" AutoGenerateColumns="false" onrowdatabound="GridView1_RowDataBound" ShowFooter="True" onrowcreated="GridView1_RowCreated" CellPadding="5" GridLines="Horizontal"> <Columns> <asp:BoundField DataField="installmentNo" HeaderText="Instl No." SortExpression="installmentNo"/> <asp:TemplateField HeaderText="Trans Date"> <ItemTemplate> <%#Convert.ToDateTime(Eval("tDate")).Day.ToString() + "/" +Convert.ToDateTime(Eval("tDate")).Month.ToString() + "/" + Convert.ToDateTime(Eval("tDate")).Year.ToString()%> </ItemTemplate> </asp:TemplateField> <asp:BoundField DataField="introducerEmpCode" HeaderText="Introducer" SortExpression="introducerEmpCode"/> <asp:BoundField DataField="username" HeaderText="Customer Code" SortExpression="username"/> <asp:BoundField DataField="custName" HeaderText="Customer Name" SortExpression="custName"/> <asp:BoundField DataField="installmentAmount" HeaderText="Instl Amount" … | |
Re: you have to purchase sms for sending & receiving...u can also manage that sms with database.for later use,one kind of api of sms. |
The End.