Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~700 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for fawadkhalil

if u wanted to destroy the session then u can write the code like. session["sessioid"]=""; your session will automatically destroied.

Member Avatar for Cruize_Invades
0
103
Member Avatar for narendrajarad
Member Avatar for baladeveloper

.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" …

Member Avatar for narendrajarad
0
386
Member Avatar for jesunatan

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.

Member Avatar for narendrajarad
-2
33

The End.