Hello, Does anyone know where I can find a set of sample css files? It would be nice if there was a collection of good looking ones that could be easily pasted into an existing css file. Thanks for any help. Ken
Ken Slight
Posts
-
Sample CSS files -
ASP.net Sessions DroppingThanks Jesse; that helps and does make sense. It's looking like the problem is on the server which is hosted somewhere else. Ken
-
ASP.net Sessions DroppingThanks for the response. Hmmmm, I have no control over the server since it's with a host. Hopefully it's not the case that the server is the problem, or I'll need to find a new host. I'll try a few simple tests to see if I can easily repoduce the problem. Thanks again, Ken
-
ASP.net Sessions DroppingHelllo, I have an app that seems to create a new session randomly when selecting between pages (I view the Session.IsNewSession variable to check.) My understanding is that the only way a session can end and start again is if the browser is closed, or the user reaches the SessionState timeout value. Has anyone else seen this, and do you have any ideas? Thanks, Ken
-
Repeating the DataGrid headerFrom what I've seen, there's no way to repeat the header in the DataGrid. In my case, I would like to repeat it every 20 or so. It seems rather hard to use the DataGrid with anything more than that and expect people to be able to read it. For now, the regular table seems the better option since it allows more control though more work. Thanks for any help. Ken