| Thread | Last Post | Replies |
|
| dynamic HotSpot | 14 Feb 2008 17:06 GMT | 1 |
I need to display some geographic related database records on an image map object. So far all the examples I found show hard coded hotspot coordinates. I would like to get some sameple code behind in C# to show me how to do this. Another problem in hand is when the image map
|
| Dynamic controls, postbacks, and view state | 14 Feb 2008 15:31 GMT | 4 |
My application calls for a lookup table in which the user can add records. When the application is run, an html table will be created dynamically to show checkboxes (and .Text) for each of the values stored in the lookup table. The checkboxes will be checked/unchecked depending ...
|
| SQL INsertion problem | 14 Feb 2008 14:17 GMT | 2 |
I have the following problem. I want to add the following text in a FormView for adding links easaly to the database I have on my homepage. But I get an error about possible string insertion. When enter the string from the ID every thing goes fine. If I view the field in a ...
|
| emailing newsletter from XML recipient list | 14 Feb 2008 13:56 GMT | 2 |
Thanks in advance for for any clues: I have a website I'm building using MS-Visual Web Developer Express (Asp.Net/VB.net). I'm tooling it to collect names and emails to send out our newsletter. I have
|
| Characters non English | 14 Feb 2008 10:56 GMT | 3 |
I have two updatepanels on an asp.net page and when there is a postback from one updatepanel it changes the non english characters in the other and displays some crap instead. Characters non english like áÁñÑnº1ªäÄàÂ
|
| Configure SqlDataSource problem | 14 Feb 2008 10:40 GMT | 1 |
I have another problem as well. For some reason the Configuration of the SQLSataSource doesn't allow me to select the commands Insert, Update and Delete. They are grayed. HOwever I seam to be able to make INsert by adding SQL commands (with parametrized values). It's when I try ...
|
| Bind controls to object | 14 Feb 2008 07:19 GMT | 5 |
I have an aspx page with some controls like textboxes on it and a button to save the entered values. In the code-behind I declared a public variabele of an object, for example:
|
| How does caching affect logging? | 14 Feb 2008 05:45 GMT | 3 |
I'm looking for a clear answer regarding how caching (ASP.NET and classic ASP) might affect IIS6 server logs. Related: I'm wondering if ASP.NET output caching might affect tracking schemes of the sort used by Google Analytics, that use a javascript embed to
|
| Gridview textbox has data check without postback.. javascript? | 14 Feb 2008 04:29 GMT | 2 |
RE: Gridview textbox has data check without postback.. javascript? I have a gridview with a textbox. I can set the textbox to autopostback and check for a value in a prerender event to decide if I should make a button on the grid row visible. However, the problem
|
| Need advice ... | 14 Feb 2008 03:09 GMT | 2 |
I have a SQL table to hold files information. One of the table columns is Path which holds values as: C:\Assets\MyPic.jpg C:\Assets\MyCV.doc
|
| Remove word from string | 14 Feb 2008 02:00 GMT | 1 |
I have 2 strings: A = "filename.extension" and B = ".extension"
|
| Rename and Replace file | 13 Feb 2008 23:48 GMT | 1 |
I am moving file from a folder A to folder B using: System.IO.File.Move(path, newpath) I am not sure if this is the best way to do this but I also need to: 1. Rename the file before coping it (I want to keep the extension. I
|
| Gridview only show row button if something was selected and something has been entered?? | 13 Feb 2008 23:05 GMT | 2 |
I've coded a gridview that has used bound data to determine if I should show a button on a particular gridview row as follows: <asp:TemplateField> <ItemTemplate>
|
| Where is the javascript that disables postback the postback control? | 13 Feb 2008 22:45 GMT | 1 |
Somewhere sometime ago, I got a few lines of javascript that disables any web control that just caused the postback. And when the postback is done, the control is again enabled. I cannot find it anywhere now, does anyone happen to have a clue?
|
| String Reference Type | 13 Feb 2008 22:42 GMT | 21 |
If I am not mistaken, String is reference type. Can someone please explain me why is it reference type & not value type?
|