| Thread | Last Post | Replies |
|
| Call procedure from aspx | 30 Mar 2006 17:03 GMT | 1 |
How can I call sub from aspx page? If I have on aspx page grid view and I call procedure from item Template: <asp:GridView ... ...
|
| SQL: writing more concise paramaterized SQL | 30 Mar 2006 16:59 GMT | 13 |
I'm trying to get the hang of using parameterized SQL. I've gotten to work, but now some of my queries seem unecessarily long. For instance: strSQL = "IF NOT EXISTS(SELECT * FROM We_Link_SiteMenus_To_DirectoryContacts WHERE contactID = ? AND pageID = ?) INSERT INTO
|
| What kind of laptop do you have? | 30 Mar 2006 16:58 GMT | 5 |
Does anyone out there have an HP Pavilion dv8000t? I cannot get it to run Visual Studio 2003 and am wondering if anyone else has the same problem? I can't even reinstall the operating system, it says the hard disk is not found.
|
| Literal control doesn't have CssClass property? | 30 Mar 2006 16:35 GMT | 5 |
All, Today I was playing with Literal control. Basically it is more or less like the Label control with this difference that Literal control is something like "lightweight" text container (that is it doesn't have any server side
|
| (Atlas) How to Bind response from webservice to Asp:Button | 30 Mar 2006 16:31 GMT | 1 |
I have a web service that returns a string when invoked by an onclick event on a href. I know need to bind this string to the commandArgument of an ASP:Button so that when the button is pressed, I can use the returned argument in
|
| [ASP.Net 2.0] Loading ascx-file located outside webscope | 30 Mar 2006 16:28 GMT | 1 |
I would like to be able to load a Control (ASCX) that is placed in a folder outside webscope - but with read/write ability for IUSR/ASPNET-process. I usually use Page.LoadControl() to load my controls [0], but this method requires a _virtual_ path - and it does not permit paths ...
|
| help with creating image and a pop up | 30 Mar 2006 16:16 GMT | 1 |
Ok, I need to figure out the best way to create an image with a hyperlink with in. I have a gridview which lists peoples names, I want to put in a column that displays each persons summary data i.e. how much time they spent working on a project for a certain time period.
|
| Images and Themes (2.0) | 30 Mar 2006 15:33 GMT | 3 |
I have a global theme on my machine. How do I access an image in the images folder in my theme from the page where the theme is applied? In the theme the images are in an images folder. I thought /themename/Images/img.gif would work, but no dice.
|
| File upload - receive side only | 30 Mar 2006 14:39 GMT | 4 |
I have the following setup: The page that contains the form with file upolad HTML control resides on another server that doesn't have ASP.NET available. It may well be just static HTML.
|
| Gridview and SqlDatasource from code behind | 30 Mar 2006 14:28 GMT | 3 |
Could someone help me with a couple of links to SqlDatasource documentation on how to use the Gridview and SqlDatasource components in code behind? Basically I'm missing some documentation on how to handle different tasks programmatically such as selects, updates, sorting of data ...
|
| Bug or Feature ;) | 30 Mar 2006 14:24 GMT | 4 |
Im using ASP.NET 2.0. On my page i have two textboxes txtUserName and txtPassword and two RequiredFieldValidators' binded to each controls Validate works fine only if i leave both textboxes empty or leave
|
| Why have the difference between web.config and app.config | 30 Mar 2006 14:24 GMT | 1 |
When I add a connection string by wizard in a WebApp , the wizard add the connection string to web.config like <add name="MyDataBase" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=xxxx;.....
|
| Singleton in ASP.NET 2.0 | 30 Mar 2006 14:22 GMT | 3 |
can anybody explain me if singletons can be used in ASP.NET 2.0 applications without being shared by multiple users/sessions? The problem is that my application is using another library which internally uses singletons, which should not be shared across multiple
|
| Wizard inside DetailsView bug? | 30 Mar 2006 14:19 GMT | 3 |
(Using ASP.Net 2.0) I have a wizard control inside a detailsview control. When I attempt to call the InsertItem method on the DetailsView I get an error "ObjectDataSource 'ObjectDataSource1' has no values to insert. Check
|
| Why Repeater.ItemCreated is fired before Page_Load on postback | 30 Mar 2006 13:57 GMT | 2 |
I didn't find any documentation about this behaviour. On postbacks the Repeater ItemCreated event is fired before Page_Load event It occurs for each item with empty RepeaterItemEventArgs.Item.DataItem. Does anybody know more about this strange behaviour?
|