| Thread | Last Post | Replies |
|
| Naming Convention | 26 Sep 2006 15:44 GMT | 6 |
Numerous people have kindly commented on my use of the Hungarian style naming convention, which I am appreciative of. In trying to move away from this naming style, I have run into some difficulty. For example, I have a application that has something like the following:
|
| Hot to convert Web.sitemap to Google site map? | 26 Sep 2006 15:42 GMT | 6 |
I have on my web site an Asp.Net 2.0 web.sitemap file. How can I convert it to a Google's sitemap file? Thanks, Miguel
|
| user control advice | 26 Sep 2006 15:20 GMT | 2 |
hey all, when i create my user control (not custom control) how do you generally make it available to other solutions or for other team members to use? i'm thinking in a new solution, i say "Add an existing item..." and just put
|
| Saving table | 26 Sep 2006 15:17 GMT | 2 |
I have a dataTable in my memory(session). Can I save this table into sql dataTable in one step? Now, I'm iterating through the records and saving record by record with command object.
|
| oledbcommand | 26 Sep 2006 15:17 GMT | 1 |
where alltrim(cocode) = ? .Parameters.Add(New OleDbParameter("@oacode", OleDbType.VarChar, 10)).Value = strName When the strName is blank, (it return all the record)
|
| dumb down version | 26 Sep 2006 15:17 GMT | 4 |
hey all, i've read wikipedia's version and still kinda fuzzy, can someone please give me a dumb down version of imperative vs declartive programming? thanks,
|
| user control help | 26 Sep 2006 15:11 GMT | 4 |
hey all, i have a user control that has some javascript defined in the HEAD section. well i'd like to drag my user control onto a page that is using a Master Page. so, now, where do i put that javascript code?
|
| how do i pass data table | 26 Sep 2006 15:08 GMT | 3 |
hey all, i have a gridView with editing available. when a user clicks the update link for a row, how do i pass the entire data table as a parameter to my business layer?
|
| Asp.Net Event problem | 26 Sep 2006 15:01 GMT | 1 |
I am developed one application .Net 2003.when click the refresh button in browser, firing last event(button click event) of this page.how do avoid this problem? Regards
|
| For columns not defined as System.String, the only valid value is (Throw exception). | 26 Sep 2006 14:23 GMT | 5 |
I am trying to set the NullValue within the Column properties of my Dataset in VS2005. The DataType is a System.DateTime. and when I try and change it from "(Throw Exception)" I get the following error: For columns not defined as System.String, the only valid value is (Throw
|
| Maintain session over browsers | 26 Sep 2006 13:55 GMT | 6 |
thought my current testing, it seems a new session is opened for a user per browser window. I would like my sessions to track based on the machine, i.e. once per machine. What would I need todo to enable this functionality?
|
| How to completely disable all caching during debug? | 26 Sep 2006 13:10 GMT | 1 |
Using the VS built-in web server, class properties and datatables seem to be getting cached between my debug sessions. How can I disable all caching? Thanks, Keith
|
| Menu Control - current node | 26 Sep 2006 12:46 GMT | 10 |
Using the new ASP.NET 2.0 menu control on a master page. Is there any way to NOT have the current page be a live link and ideally also have it appear in a different style? Similar to the sitemappath control's RenderCurrentNodeAsLink property.
|
| LoginStatus control | 26 Sep 2006 12:32 GMT | 1 |
I am using a LoginStatus control to log users out of the web application. I have a question and an issue: Question: Does this clear all session level variables for the user who logs out.
|
| Javascript Tutorial | 26 Sep 2006 11:01 GMT | 1 |
Here is small javascript that i aggregated using various sources from web. Please comment if you find it useful. http://sandy007smarty.seo.iitm.ac.in/2006/09/26/javascript-tutorial/
|