Description:
Microsoft .NET technology newsgroup.
|
|
|
gridview in gridview
|
| |
Hello. I am getting asked to nest a gridview inside a gridview. I know this can be done from all the google examples. But this nest is different in which the nested grid appears between the rows, not as a column like the examples I've seen. Is this possible? If so, any examples/websites that... more »
|
|
What's so special about "Update"
|
| |
I have a standard, boilerplate FormView object that I've place on a page. The associated sqlDataSource has an update command configured, again, using the standard, off the shelf, stuff, so it has the standard linkbuttons for update, insert, etc. In the formview object in the templates, it has the... more »
|
|
AJAX UpdatePanel does not refresh after calling Update()-Method
|
| |
Hi, I'm new to AJAX and has a little Problem to get an UpdatePanel inside an CustomServerControl to work. My goal is to create an CustomServerControl with an (at designtime) unknown number of UpdatePanels, that can be updated seperatly. Since I'm stuck I create a litte more static testproject to analyse the... more »
|
|
Server.MapPath
|
| |
I cant seem to figure out why this doesnt work. I have a folder structure like this: <root> default.aspx test1.aspx (with an image control) Folder_Products test2.aspx (with an image control) Folder_ProductImages <image files...> in each program i want to call a simple global function as below but when I... more »
|
|
how to know whether a hyperlink is entered in a textbox?
|
| |
Hi, I want to know whether a hyperlink is enterd in a textbox. An user enters this string into a textbox: <a href='[link]>click</a> In order to know that, i tried to know whether the string "click" was typed in the textbox. This is what i did: <asp:TextBox ID="TextBox1" TextMode="MultiLine"... more »
|
|
Ajax in Visual Studio 2008/Framework v2.0
|
| |
I have a new machine with Windows 7/Visual Studio 2008. I am working on a .Net 2.0 website. When I bring it up, the conversion wizard runs and then it tell me it can't find System.Web.Extensions.ScriptMa nager. Do I need to install the Ajax toolkit to be able to compile the .Net 2.0 website with Ajax? If so, what is the link for it?... more »
|
|
Global implementation of input validation
|
| |
Hi We are trying to implement a global method to detect cross site scripting vulnerabliity attack - to filter hazardous characters from user input before the request is submitted. Can you please suggest if there is a global way of achieving this.
|
|
Settings.settings file with settings for multiple regions
|
| |
I thought of using Settings.settings feature that is new to .NET for storing connection strings info for TEST, INT and PROD regions. Currently we prefix the appSettings keys with TEST, INT and PROD in web.config (or app.config). For instance in my web.config I have following keys: <appSettings> <add key="TEST.Connection" value = "......" />... more »
|
|
Table sizing
|
| |
I have a table in my panel that is sized to the size of the window with 3 columns (40%, 30% and 30%). As the window is resized the columns resized, which is what I want. But I want to have a minimum size the Table can be shrunk to as all the controls get out of what if I get less that about 800px.... more »
|
|
|