HI
view state is ok
but how to strore data in database and file while page loading
And is it feesible to fetcb data every time from file which(mite) at server or database
is it having impact on performance of web page?
Web applications are stateless. You need to maintain the dynamic states by pushing the data into
-
ViewState
-
Cache
-
Database
-
File etc
For better solution, you should post this question over asp .net forums