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.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for san_crazy

I want to use asp.net membership in my website for login/logout functionality. I am using MySql ODBC driver for database access and I didn't find any tutorial regarding my problem. I found the same topic but for MySQL Connector/NET not for MySql ODBC driver as per my requirement. if it …

0
89
Member Avatar for san_crazy

I have following grid view control [CODE] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" style="z-index: 1; left: 59px; top: 1px; position: absolute; height: 158px; width: 658px" BorderColor="#0066FF" BorderStyle="Solid" PageSize="20" onselectedindexchanged="GridView1_SelectedIndexChanged" DataKeyNames="application_id"> <PagerSettings NextPageText="Next" PageButtonCount="20" /> <Columns> <asp:HyperLinkField NavigateUrl="view_forms.aspx" DataNavigateUrlFormatString="" DataTextField="application_id" HeaderText="Application ID"> <HeaderStyle Font-Names="Verdana" Font-Size="Small" HorizontalAlign="Center" /> <ItemStyle Font-Names="Verdana" Font-Size="Small" HorizontalAlign="Center" /> </asp:HyperLinkField> …

0
79
Member Avatar for san_crazy

in data controls (GridView, DetailsView, FormView......) when we add columns using a popup window, we get an option for converting any field to Template Field. What are the advantages of converting any field to template field? I mean what extra we can do with these template fields what we can't …

Member Avatar for mail2saion
0
76
Member Avatar for san_crazy

I am using following GridView control in WebForm [CODE] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" GridLines="None" style="z-index: 1; left: 276px; top: 192px; position: absolute; height: 133px; width: 187px"> <RowStyle BackColor="#F7F6F3" ForeColor="#333333" /> <Columns> <asp:BoundField HeaderText="userid" /> <asp:BoundField HeaderText="password" /> <asp:BoundField HeaderText="usertype" /> <asp:BoundField /> </Columns> <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" /> …

Member Avatar for Ramesh S
0
346
Member Avatar for san_crazy

I am designing a website in ASP.Net and want to use captcha in my website. I believe it is used for security, will I need to create an additional column in database table to store string in capcha image? if the purpose is security, then how should I deal with …

Member Avatar for vsa000
0
101
Member Avatar for san_crazy

Hi friends, I am using Visual web developer to desing ASP.Net web site. I have created a project and added few web pages and their C# code files. in the project directory there are few files/subdirectories that I dont know about, I tried to search about them though but could …

Member Avatar for sknake
0
109
Member Avatar for san_crazy

hi friends, I tried to search few best ASP.Net 3.5 tutorial in google but coudn't find one best for me. If you guys know some online tutorials or books then please let me know. regards san

Member Avatar for dnanetwork
0
80
Member Avatar for san_crazy

just like in C, format specifiers are used in both printf(), and scanf() functions. in this C# statement Console.WriteLine("{0}, {1}", intValue, longValue); what does it mean by {0},{1}? are these format specifiers? regards san

Member Avatar for papanyquiL
0
99
Member Avatar for san_crazy

hi friends, in visual C# 2008 express edition IDE, when I tried to add more than one C# source files in the same project then I got following errors: [CODE] Error 1 Program 'C:\Documents and Settings\Santosh Tripathi\My Documents\Visual Studio 2008\Projects\ConsoleApplication1\ConsoleApplication1\obj\Debug\ConsoleApplication1.exe' has more than one entry point defined: 'ConsoleApplication1.Class2.Main()'. Compile with …

Member Avatar for ddanbe
0
716
Member Avatar for san_crazy

hi friends, I have been learning .net far few months. actually I want to learn how a web application made using ASP.Net and c# so need some links where I can download some good projects from. regards san

Member Avatar for pritaeas
0
81