VG
unread,Oct 2, 2008, 10:23:08 PM10/2/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ScreenCastADay
Hi Azam,
First, Thanks for you sharing your knowledge with us. Its a great work
you are doing.
I've been working in DOTNET since 3 years, I develop webpages and
windows forms.. of course I am getting paid for that..
Question is, I feel like I don't know the basics much and really I
am.. I am in big dialama where to start and what topics I should cover
to gain knowledge.. Would it be possible for you suggest me on this?
For example, I have 5 aspx pages and I need to transfer lot of data
from page 1 to page 5. I am not allowed to use Session variables,
cookies and store data into a database table to carry data.
1.
I am passing the data using hiddenfields, each page has 30 of them and
even more in other pages. Is this a good approach?
2. We develop a application this way,
Website Project and couple of Class libraries attached to it. and
Public shared classed in it.
back in ASPX page if I need to develop a Gridview page, I'll just add
a new Public shared Function in the class library which returns
dataset. This function which simply calls a database procedure.
and use Objectdatasource to call that function.
Is this way people develop application in rest of the world?? Any
better example you can give me?
Finally, Can I post if have any question like above(suggestions) if
needed?.
I am trying to find a guy who can help to understand basics and
suggest me how to proceed.
Thanks
Venkat.