Send a copy of your stored procedure code, and I'll let you know what went wrong. Also check to make sure your SQL Server is version 2005, which is the only...
Hi, and thanks for membership to the group. Can anyone assist please. I am a newbie to visual studio 2005 and databasing with c#. I have created an sql...
Hi All, I am unable to see Database project template in 'Create new Project Window' Is there any configuration I need to make? Thanks in Advance, Sathya Send...
Hi all, We are currently trying to change the way we do things right now, so we are slowly moving from MSF process to something more agile/XP. One big change...
Hello friends, I have a prolem in datagrid. My problem is I m using C#.net and asp.net for developing a page, in that there is a datagrid.my first problem is...
"Users" and "name" are reserved words in SQL. Avoid naming things with reserved words. Call your table mycompany_user, and use column names like name_last,...
Hi, Your problem is very simple. What you can do is add the temple column to the datagrid and then to this template column add the textbox. once you are done...
hi friends i am using forms authentication for security on login form i have "forget password" button using this user can goto forget password form for this no...
Hi Jasmine, thanks for your mail. I have taken note about about the confilicting name types you mention, and will enusure not to use these name types in my...
Hello, I am learning C#,VB.NET.I request you all senior guys to tell me the best and simple books to learn these two courses. Thanks Raj ... Find out what...
Respected sir, how to select the particular rows in datagrid.using button. <asp:TemplateColumn HeaderText="Permission"> <ItemTemplate> <asp:Button id="Button1"...
The usual unit testing approach is to isolate your code with mock objects, so that you don't have to worry about doing this. Doing unit tests directly causes...
hi friends can i use some javascript or client side code for select datagrids row in application at a time i have to show about 120 records having about 12...
Hello Agus, This is the my main code <asp:DataGrid id="Datagrid2" runat="server" AutoGenerateColumns="False" OnItemDataBound="DataGrid2_ItemDataBound" ...
you can visit online site www.w3schools.com i hope you get your details about .Net and xml Sidhdharth Patel [Empower Yourself...] [Non-text portions of this...
I learned from a book called "C# Complete" from SYBEX. It thought me almost everything I know! But beware, I'm no professional... :) ... From: Rajeshwar Reddy...
I started out with this one as an example: http:// www . codeproject . com/aspnet/Multi-select_Dataagrid. asp (remove the spaces) rob ... From: manisha kadam...
Hi This is a very subjective question and there are few different ways depending on the database. I've used following approaches so far (listed in order of...
I think it all depends on your background and ultimate goal. If you plan to get a book that will take you from being programming novice to a seasoned pro, I...
i have just got a book on asp.net with c# by Murach..its good ... _________________________________________________________________ Spice up your IM...
hi guys, I do have problem in using CLR in sql server 2005. I connecting through a database and inserting a record over there. following is the sample body of ...
Hi, You should check for the Property "AutoPostBack". Check whether this property has been set to true or not. Hope that solves your problem. Thanks Mubashir H...
SCOPE_IDENTITY() has been around along time before SQL2005! I've vbeen using it for the past 3 years, and I haven't even installed SQL2005 yet!! Maybe it is...
Hi Guys, Has anyone on this list had experience with ClickOnce deployment of Smart Clients? I am struggling to see why on some networks it recognises an update...
Session["NAME"]=variable; in the other page textbox1.text=Session["NAME"].toString(); Ranveer Kumar <ranveer79@...> wrote: How can i maintain sessions in...