Forum: ASP.NET Aug 4th, 2005 |
| Replies: 2 Views: 2,872 Download the .NET framework servicepack 1,
http://www.microsoft.com/downloads/details.aspx?familyid=A8F5654F-088E-40B2-BBDB-A83353618B38&displaylang=en |
Forum: Computer Science Aug 2nd, 2005 |
| Replies: 6 Views: 11,722 If it was me,
I would add these
1.Encryption on passwords in the Database
2.Use crystal reports,Just to get a hang of it.
3.Write a SP for any one of the process.
4.Provide a Datagrid with... |
Forum: Computer Science Aug 1st, 2005 |
| Replies: 6 Views: 11,722 ASP and ASP.NET is a whole different language.ASP.NET has much more flexibility than ASP with its Object Oriented Prog.
I prefer ASP.NET to be much easier if you use a database like SQL server 2000.... |
Forum: Computer Science Jul 30th, 2005 |
| Replies: 6 Views: 11,722 If you use ASP.NET and SQL server 2000.It will be really easy.
I did my first project similar to that.It was really interesting. |
Forum: ASP.NET Jul 27th, 2005 |
| Replies: 15 Views: 31,973 And I still havent given up on your code.If I have some time I'll write a clean code for you. |
Forum: ASP.NET Jul 27th, 2005 |
| Replies: 15 Views: 31,973 npasma,
Using a pen and paper is a good pratice.
I still use a pen and paper for coding.
Always
1.Get the logic right first.
2.create a small application to test it and UNDERSTAND HOW ITS... |
Forum: VB.NET Jul 26th, 2005 |
| Replies: 14 Views: 83,624 check out this article by Microsoft ,
http://support.microsoft.com/default.aspx?scid=kb%3B[LN]%3BQ316934
Copy and paste the URL in your browser |
Forum: ASP.NET Jul 24th, 2005 |
| Replies: 8 Views: 7,078 dsSoftware.Tables("[SOFTWARE DATABASE]").Rows(E.Item.ItemIndex)
Is [SOFTWARE DATABASE] the table name or database name?
It should be the table to execute properly. |
Forum: ASP.NET Jul 22nd, 2005 |
| Replies: 8 Views: 7,078 Buddy,
I tried following your code but could not come into any conclusion.There is insufficient information,your client side datagrid isnt posted.
I have done something like this in the past.
... |
Forum: ASP.NET Jul 12th, 2005 |
| Replies: 7 Views: 33,048 Frameset
With frameset, you can display more than one webform in the same browser window. Each frame is independent of the others.
Disadvantages:
1.Its a mess when you try tuning your frameset... |
Forum: ASP.NET Jul 10th, 2005 |
| Replies: 7 Views: 33,048 Yo FISH(I dont know the name of the fish but I remember seeing something similar in National Aquarium in Washington DC) ;-)
Its good you said your purpose in detail,your first post lacked... |
Forum: ASP.NET Jul 8th, 2005 |
| Replies: 7 Views: 33,048 I used a query string from Javascript ,something like
Var windid = window.open("default.aspx?frameheight="+mapframeheight+"&framewidth="+mapframewidth+"");
Which sends these values to the... |