| Thread | Last Post | Replies |
|
| Best way to sanitize user input? | 25 Sep 2006 00:32 GMT | 1 |
I have an asp.net page written in C# which provides a search box which updates a gridview control using the following code: protected void search_button_Click(object sender, EventArgs e) {
|
| standard asp.net + mobile asp.net | 24 Sep 2006 22:59 GMT | 1 |
asp.net 2.0 I wonder if it's possible to have both standard asp.net and mobile asp.net in the same web application. When the web server gets a request it can detect if this requested comes from a mobile or not???.
|
| missing images | 24 Sep 2006 22:35 GMT | 4 |
Some images don't show up in my friend's browser, but they work in mine. My site has a plain-old banner, that shows up in both browsers. The images that don't show up in my friend's browser are those that I dig thru the file system and then display as an image button or just a
|
| custom control - doesn't show | 24 Sep 2006 22:34 GMT | 2 |
Hi.. I'm trying to create small custom control.. class definition in vb looks like: Imports System
|
| q; what is wrong with this code? | 24 Sep 2006 22:17 GMT | 5 |
private void DownloadFile(string fName) { string msg="download done"; /*
|
| atlas not working with netscape | 24 Sep 2006 20:01 GMT | 7 |
I've been playing around with atlas for hte past couple days and its very impressive. However the standard browser here is Netscape, specifically: Netscape 7.02 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208
|
| App_Code Class not working | 24 Sep 2006 19:58 GMT | 4 |
I have read a few different post similiar to my situtation, but nothing details the solution, so I will try :-) I have two files: index.aspx and App_Code/log.vb; the log.vb file defines a class called Log.
|
| ASP.NET 2.0 hosting in the UK | 24 Sep 2006 19:58 GMT | 3 |
I'm looking for a suitable host for an ASP.NET application, but there are so many out there that I don't know which to choose. Can anyone advise? They must support the following:
|
| Get a column value from a datatable | 24 Sep 2006 18:06 GMT | 2 |
I am trying to get a value from the MIN column in my database. I can not seem to get the IF statement to be true, even thou my debugging says the column value is 0, but it is not hitting the return true. Is there anyway to get the column value to test it to equal zero.
|
| Can I add my own section to the web.config ? | 24 Sep 2006 17:15 GMT | 8 |
I need to store a few keys in the web.config file, so I was thinking to add my own section like: <MySection> <MySection1 key1="blahblah" key2="asdf" />
|
| Nasty chick suck | 24 Sep 2006 15:20 GMT | 6 |
Fat cock explorin on this crazy movie ; --------------------------------- http://community.ihostasp.ne
|
| Database data and refresh button | 24 Sep 2006 15:11 GMT | 3 |
I have an .aspx page that is populated controls with random data from a database. How can I avoid this data from being refreshed, (ie. new data being loaded), when a user hits the browser's refrsh button? !isPostback won't work since a control isn't posting back.
|
| q; redirect to login.aspx | 24 Sep 2006 11:01 GMT | 5 |
I have a login.aspx in my application and I need to make sure all the users go though this page even if they click other apsx files in the project login.aspx should show up. How can I do this?
|
| ExecuteScalar? | 24 Sep 2006 10:57 GMT | 1 |
A class file has the following code: Imports System Imports System.Data Imports System.Data.SqlClient
|
| window.showModalDialog() works perfect, but returning to parent-page doesnot | 24 Sep 2006 10:46 GMT | 1 |
programming with Visual Studio 2005 and ASP.NET 2.0 I want to open a modal dialog from Default.aspx. I searched the net and many newsgroups but I couldn't find any solution. First I tried using two aspx pages with standard controls and all those
|