Forum: ASP.NET Aug 4th, 2005 |
| Replies: 2 Views: 2,870 Download the .NET framework servicepack 1,
http://www.microsoft.com/downloads/details.aspx?familyid=A8F5654F-088E-40B2-BBDB-A83353618B38&displaylang=en |
Forum: ASP.NET Jul 27th, 2005 |
| Replies: 15 Views: 31,714 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,714 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: ASP.NET Jul 24th, 2005 |
| Replies: 8 Views: 7,048 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,048 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: 32,860 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: 32,860 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: 32,860 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... |