| Thread | Last Post | Replies |
|
| Input button visible when not visible | 31 Oct 2009 23:53 GMT | 2 |
I have button in my aspx page that I want to hide to use for later. <input id="Button1" type="button" value="button" visible="false" onclick="ClipBoard();" /> But it still shows up on my screen - why is that?
|
| Writing to the clipboard | 31 Oct 2009 22:46 GMT | 3 |
This is really frustrating. I can't seem to find a easy way to write a csv file from a web page to the disk, which is what my client needs. I am taking the data from a GridView and putting it to disk, which works
|
| FF placed image at the top of the <p> rather in its vertical middle | 31 Oct 2009 17:13 GMT | 3 |
I don't expect to see an answer to this because I tried so many things and nothing worked in FF. But I have much time invested and would like a payoff. The markup below is probably the simplest I've tried that works in IE8
|
| "Sandbox" for ASP.NET and MSSQL? | 31 Oct 2009 09:49 GMT | 5 |
I would like to play around a little with ASP.NET and MSSQL first before I order a hosting package. Does anybody know a hoster that offers such a sandbox (for free)? Thanks a lot for the help.
|
| Knowledge Base: Generating e-mails in ASP.NET | 30 Oct 2009 23:38 GMT | 3 |
I am trying to develop an interface to view an internal knowledge base. One feature I would like to add is a "Generate E-Mail" button which would automatically open an e-mail message a populate it with the title and the article from the knowledge base. Each KBase item ...
|
| Gridview Join Field Not showing. | 30 Oct 2009 20:14 GMT | 1 |
asp.net vb.net ( but i dont think vb.net matters in this case ) I have a dataset with a TableAdapter In the tableadapter I have some join fields as such: [ SELECT ... ShoppingCartDetails.FrontColorID, MyColors_1.ColorDesc AS Expr1
|
| updating mysql table from gridview date field | 30 Oct 2009 19:30 GMT | 3 |
My gridview is bound to a Mysql table using a sqldatasource. It works fine except I want to be able to edit a date field. I want to display and edit in mm/dd/yyyy format. The problem is that Mysql expect the date data to be in yyyy-mm-dd format. The following displays and ...
|
| Adding Bookmark in the website | 30 Oct 2009 10:49 GMT | 1 |
hi i want to add bookmarks,RSS,facebook etc in my website such that each and every event which is updated in my website can be shared to everyone who visited my website....but i am not getting a proper idea how to proceed with this...can anyone help me???? Thanks EggHeadCafe - ...
|
| How to position the gridview control? | 29 Oct 2009 21:52 GMT | 1 |
I added a gridview control into page, set postion as absolute, set left, top, height and width. After changed postion as static, gridview went to another place. How to fix it?
|
| How to void "time out" error? | 29 Oct 2009 19:34 GMT | 2 |
My app used store procedure to update data. I some rush hour, users complain that they got "time out" error very often. How to void it? It should be configured in web.config file or in ASP.NET code file?
|
| Under what tag to put "add key="ConnectionString"......"? | 29 Oct 2009 19:33 GMT | 2 |
In web.config file, Under what tag to put "add key="ConnectionString"......"? Put in <appSettings> or <connectionStrings> ?
 Signature Message posted via DotNetMonster.com
|
| Invalid Postpack and ConfigSource file is also used in a parent.... | 29 Oct 2009 19:30 GMT | 1 |
I have a webserver running multiple sites that up until two weeks ago was working fine. Now when people are using the web sites, I'm getting errors in the event log that say either: The configSource file 'xxx' is also used in a parent, this is not allow
|
| Accordion and Gridview in AJAX Control Toolkit | 29 Oct 2009 19:25 GMT | 2 |
I want to add more that one gridview which bind to dataset into accordion of AJAX Control Toolkit. Is it possible?
|
| .Net COM interop initialization question | 29 Oct 2009 19:11 GMT | 12 |
Hi... I have a bit of an odd situation I'm trying to work around. Our code has a bunch of ASP.Net code with several of the objects registered for COM interop. Our websites also have an ISAPI filter that makes use of these COM interop
|
| run website with localhost | 29 Oct 2009 12:59 GMT | 8 |
I create a new website and I have configured it for the iis but when i run the website its url is http://localhost:2130/abc.com/default.aspx but I want http://localhost:/abc.com/default.aspx
|