Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > april 2006 > threads for sunday april 16

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

why is my range validator failing?
Posted by Darrel at 4/16/2006 11:17:30 PM
I have this range validator: <asp:rangevalidator id=RngVal_LGwidth runat="server" ErrorMessage="LG Width needs to be between 10px and 2000px" EnableClientScript="False" ControlToValidate="tbx_LGwidth" MaximumValue="1999" MinimumValue="10" Display="Dynamic">(!)</asp:rangevalidator> For so...more >>


puzzle over <%# %> evaluation
Posted by ChrisA at 4/16/2006 11:01:02 PM
I have a Repeater that contains two controls, an Anchor (Not runat=server) and my own Custom Control (runat=server). Each has an attribute whose value contains <%# %> expressions. The Anchor gets an evaluated value, while my custom control gets the raw <%# %> characters. Is there anyway...more >>

Debugging a asp.net page
Posted by Wallace at 4/16/2006 10:22:44 PM
Hai All, I am calling an .aspx page from EVC, Is it possible to debug the page, If yes, plz tell me how to debug? Looking for the response... Thanx in advance.... ...more >>

Directory.Move access is denied
Posted by Liming at 4/16/2006 10:14:30 PM
Hi, I'm trying to move a directory into another using Directory.Move(src,dest); but I keep getting this System.IO Exception access to [src] directory is denied I have ASPNET (full control) to the directory and I'm using xp sp2, iis 5.1 What's going on? thanks ...more >>

ajax basic
Posted by tarun.sinha NO[at]SPAM gmail.com at 4/16/2006 10:04:32 PM
Hello All Please Help me out, I have heard about Ajax Programming. I want to use it in my application but i can't understand the basic of Ajax.I serach a lot and studied in google Please excuse me for a poor Knowledge in Web Technology. One more Thing I need to ask may it is ver silly quest...more >>

How do I submit a form and then do a response.redirect?
Posted by Trevor Braun at 4/16/2006 8:46:04 PM
Hi all. I'm really stuck here, and would greatly appreciate any help or suggestions. I'm trying to (from the server side) submit the page that is loading to a new window, then redirect to another form. What I'm trying to do would look like: protected void Page_Load(object sender, Event...more >>

Parameter problem
Posted by Jim McGivney at 4/16/2006 8:06:06 PM
Using VS'05 I have a label (LabelFileNum) on an aspx page. I want to set the text of the lable to the last name, which is a field from a table called Ante_pedigree from an Access Database. I use the C# code-behind: OleDbConnection dbConn = null; OleDbCommand dCmd = null; string ...more >>

SQL Output Paramter problem
Posted by Islamegy® at 4/16/2006 7:33:09 PM
When i call stored procedure which have an output paramter, t'm unable to get the value How could i fix it?? here is the method.... ---------------------------- userid = 0; SqlParameter[] collection = new SqlParameter[] { new SqlParameter("@ID",DBNull.Value), new SqlParameter("@Title", d...more >>



Are Session Variables lost when the app domain is re-created?
Posted by RonL at 4/16/2006 7:18:24 PM
I was reading that Session State is lost when the application domain is re-created (e.g. when the web app code is updated or the config is changed). Does this mean that data that is stored in Session variables is lost? I'm using Mode= "InProc". Ron ...more >>

I cant find my meta tag
Posted by yasin at 4/16/2006 5:23:48 PM
I have to refresh my site every 5 secs but I cant find my sites meta tag in my site I think there is no meta tag clearly pages includes masterpages. How can I access the meta tag of my page whit C# code or something like that. I have to include code below to meta tag <META HTTP-EQUIV="refre...more >>

meta tag
Posted by yasin at 4/16/2006 5:19:53 PM
I have to refresh my page every 5 second but I cant find meta tag of my page to <META HTTP-EQUIV="refresh" content="5">type in it because of master page of my website. How can I access the meta tag of my page ...more >>

2.0 Personal Web Site Login Name
Posted by Cindy Lee at 4/16/2006 4:15:12 PM
Sorry I'm new, this must be easy, but how do you add the log in name to the title of the web page? (This is using the Microsoft Personal Web page starter kit), the top of the page is listed below. Is there a tag I need for the "Your Name Here | Home" part? Or maybe the "Your name" is suppose...more >>

AccessDataSource Select Command
Posted by Jim McGivney at 4/16/2006 3:29:20 PM
In VS'05 I have an aspx page with a label that I am trying to populate from a field (Last) in table (Ante_Pedigree) from an Access database. In C# in a code-behind I run: AccessDataSource AccessDataSource2 = new AccessDataSource(); AccessDataSource2.DataFile = System.Configuration.Config...more >>

RequiredFieldValidator UI Space usage fix?
Posted by dotnetjose NO[at]SPAM gmail.com at 4/16/2006 1:33:52 PM
Hi Folks, I Have a simple page that looks something like this: Please enter your Email address: <RequiredFieldValidator with ErrorMessage: "Required *"> <TEXBOX> <BUTTON> Now, my question. The RequiredFieldValidator always takes up a certain amount of space, what is taken up by the...more >>

simple report
Posted by js at 4/16/2006 12:02:07 PM
hi, I have a query return a recordset(have quarter, year data), how to output in asp? many thanks ...more >>

asp.net 2: GridView
Posted by Oren at 4/16/2006 12:50:01 AM
hi all, I have a GridView with his ObjectDataSource. It has a "SelectMethod" and some templates columns which has some javascript functions. How can I Update all rows after changing some controls foreach row ? Is it through the ObjectDataSource ? any sample will be great. thanx, Oren...more >>

Request best practice for ResourceManager
Posted by Franz at 4/16/2006 12:13:53 AM
I know how to use ResourceManager, but I think I don't use it wisely. I have a web user control. Inside the control, I need to call ResourceManager.GetString. However, I also need to call ResourceManager.GetString for my web page body. Therefore, I need to create 2 ResourceManager instances...more >>

Classes for administering users/membership
Posted by John at 4/16/2006 12:07:04 AM
Hi Area there any .net classes to do the job of Web Site Administration Tool i.e. creating users, roles etc. via code? Thanks Regards ...more >>

Paging and Sql command
Posted by Franz at 4/16/2006 12:00:00 AM
I have 2 pages. In the first page, user inputs a keyword and press the button to go to the second page. In the second page, it will find the items based on the keyword input. My sql select command contains the keyword. The search result is displayed on a Pageing DataGrid. When the user pres...more >>

access user control' s control
Posted by js at 4/16/2006 12:00:00 AM
hi, I have a user control, but I don't have source code, only have the aspx file, I added one text (txtMyName) to it, how to access this textbox and get the value form user input? Please advice, many thanks. ...more >>

Gridview and Relational data
Posted by Saber at 4/16/2006 12:00:00 AM
I've two tables in SQL Server 2000: tblAds: ADid (PK), ADname, ADcatID tblCategories: CatID (PK), CatName and some data for example: tblAds ^^^^^^ 1,intel,3 2,amd,3 3,sony,5 4,toshiba,5 tblCategories ^^^^^^^^^^ 1,food 2,travel 3,computer 4,application 5,tv I've a GridVie...more >>


DevelopmentNow Blog