| Thread | Last Post | Replies |
|
| saving a value in page_init for use later in postback | 11 May 2007 10:35 GMT | 2 |
I am trying to produce a dynamic form from a database with unknown amount of records. I need to read the values and create a new textbox for each. I need to create the textboxes at page_init stage as indicated by
|
| How to add a HyperLink into a ListBox | 11 May 2007 09:18 GMT | 1 |
We can add some string to a ListBox like: ListBox1.Items.Add("This is one"); How can I add a HyperLink into a ListBox?
|
| Site and WebService access | 11 May 2007 09:14 GMT | 1 |
I need to create a simple Database application that should have two interfaces for the external world: Site and WebService. So users can access this application through browser or through Win application that consumes the WebService. Users should be authenticated before accessing ...
|
| Event in Web Control | 11 May 2007 08:33 GMT | 1 |
I am creating a custom web control where I have various link buttons. I need my control to fire an event when one of this buttons is clicked. I also need to pass a parameter which would be associated to each of
|
| Regex | 11 May 2007 07:49 GMT | 6 |
Could someone, please, tell me the regex expression to split: "$String1{Id1}$ | $String2{Id2}$ ( $String3$ )" Into: "String1{Id1}", "String2{Id2}" and "String3"
|
| sql command | 11 May 2007 06:28 GMT | 5 |
how can i select last 5 fields of my table i don't know it sql command
|
| ASP.NET 2.0 - ViewState not working??? | 11 May 2007 05:43 GMT | 1 |
I am testing ViewState in a C# ASP.NET site. The following code SHOULD cause the values of the variables to increase whenever the user pushes the submit button - but this is not happening; instead the values are getting set back to their initial values set at page_load. Someone ...
|
| Access to WebResource.axd through reverse proxy? | 11 May 2007 04:50 GMT | 2 |
We're working on an app that will be integrated with another web app through a reverse proxy. Our aspx pages will appear in an IFrame from their site and will appear to the client browser as originating from the other app's domain. Through use of relative URLs we've believe we ...
|
| Updating a Web-Site | 11 May 2007 03:09 GMT | 9 |
Using VS2005 Pro. I just deployed a ASP.NET 2.0 website (not web application) with the option to make it updatable. VS deployed all aspx, ascx files, but not all image or html files.
|
| Try...Catch...Finally not firing finally? | 11 May 2007 01:41 GMT | 12 |
Howdy, I ran into a very interesting issue and I'm curios as to how this is suppose to work. I am using Try...Catch...Finally statements for all database connectivity in my ASP.NET 2.0 web application. I'm connecting to IBM's
|
| Asp.net site design question | 10 May 2007 23:58 GMT | 1 |
I need to host a web site strictly for the purpose of serving up binary files (HTTP RESPONSES) for an internal HTTP client (it is a not a web browser). These "files" are not static and will be generated at runtime. I do not require a web page to be hosted, per se, just the ...
|
| authorization - other than web.config? | 10 May 2007 23:15 GMT | 1 |
This might be a stupid question - but is there any way to store authorization infomation (allow users="" deny users="") somewhere other then a web.config file. We have a very large site with many foldes that requires different authorization. We would like to build a admin.tool to ...
|
| Disallow download of certain file type | 10 May 2007 23:11 GMT | 5 |
Hi. I can't place an mdb database above the http root, so anyone is able to download it through their browser if they know where it is. This database contains some sensitive information. I am used to Apache server and open source languages, I think web.conf is sort of
|
| Dynamically change the select method of a object datasource | 10 May 2007 23:10 GMT | 1 |
I have a gridview bound to the select method of an object data source. I have a filter button, that when clicked applies a filter typed in a textbox. How do I change the select method of the object datasource and change the parameter? I need to run a different query when applying ...
|
| Creating PDF in ASP.NET - iTextSharp | 10 May 2007 22:42 GMT | 1 |
I'm having problems with iTextSharp and larger then 1 page tables. On the top of page 2 you can see that table lost borders that cell on the end of page 1 have. (Just above TOTAL row on the top of page 2)
|