Groups | Blog | Home


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 > july 2004 > threads for sunday july 4

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 31

Web Site & Search Engines
Posted by Miguel Dias Moura at 7/4/2004 10:58:12 PM
Hello, I launched a web site some time ago and i am having problems in making it visible in the search engines. I used a lot of Keywords, not only in text but also in links, page and image names. I have 2 questions: 1. Can you tell me what else can i do? 2. Do you know any good Search E...more >>


modal forms and postback
Posted by Brian Henry at 7/4/2004 10:48:37 PM
Hi, is there a way to get a form to post back to a modal dialog box when it was posted from a modal dialog to start with? here is the problem... I have a form with combo boxes and when you select one then click on an add button it adds the item to a list box, but when you click on add (this is in...more >>

Postback is Slow!!
Posted by Jess at 7/4/2004 9:25:49 PM
Hello, I have a web page with a datagrid. I'm using the built in paging capabilities to allow paging. Each page shows 10 records. When the page is first loaded, a thousand rows are retrieved from the db into a dataset (on the server), and the first 10 are returned to the user to fill the ...more >>

how you print your invoice
Posted by Guoqi Zheng at 7/4/2004 7:09:09 PM
Dear sir, Our E-commerce site needs to print out a few 100s invoice a day. I do not know what is the best way to print invoice. Those invoice has to be printed on a very precise position on our invoice format paper. I am thinking about the following to print the invoice. 1. Ms Access Repo...more >>

asp.net 2005, LoadControl question...
Posted by aktweb NO[at]SPAM msn.com at 7/4/2004 4:10:36 PM
I have created a user control (ascx) called MyButton with a code behind file. I also have a main page (aspx) with a code behind file. I want to do something like this in the main page void Page_Load(object sender, EventArgs e) { MyButton button = new MyButton(); // or ...more >>

Calling USERCONTROL public method
Posted by Ashutosh at 7/4/2004 4:03:52 PM
HI Friends, I have a usercontol where i have one public which i want to call in wizard..... in in wizard second page i have implemented a usercontrol and on last page of wizard i have to call that usercontrol method....but i m getting an error "Object reference not set to an instance of an ...more >>

showing modal popup window after page load
Posted by Brian Henry at 7/4/2004 2:38:33 PM
I want to show a modal box after the page has been loaded how would i do that? right now i can get it to show before the page is rendered on screen by doing a response.write(*modal show java script here*) code... but i want the page rendered then show this... kinda like hotmail does now with some...more >>

setting initial focus to textbox
Posted by Brian Henry at 7/4/2004 1:18:43 PM
I remember this from before but cant remember how to do it, its been over a year since i have... how do you set the initial focus to a text box on page load? isn't it a java script you have to do? thanks ...more >>



forms authentication security
Posted by Brian Henry at 7/4/2004 1:13:18 PM
We have an application website that has a folder which must be secured by forms authentication, and also a folder which is general access, how can i say this one folder called safepages can be viewed by anyone but the folder securepages must be authenticated to view? ...more >>

Re: showing modal popup window after page load
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 7/4/2004 11:43:48 AM
Brian, Take a look at the onload event of the Body element, that should give you what you need. Hth, Phil Winstanley Microsoft ASP.NET MVP http://www.myservicescentral.com ...more >>

datagrid checkbox events
Posted by fred at 7/4/2004 11:06:01 AM
hiya, I have got a checkbox in one of my cells in the ediit item template. Now i need to enable/disable a textbox in another boundcolumn. the problem i am facing is the checkchanged event is not raised or for some reason, the control does not enter the function. I have made the funct...more >>

adding webcontrol button attributes
Posted by anoop at 7/4/2004 10:53:01 AM
how can I call javascript function by adding button's attribute such as "onclick" in the code behind file as ".aspx.vb" I have written code as Draw_line.Attributes("Onclick")="javascript: where DrawLine is the name of the button please help me ...more >>

repeater and SQL question
Posted by SamoK at 7/4/2004 10:48:45 AM
Hy! I'm making a little commenting module for news section of my little homepage. And I don't know how to embed viewing news comments into it. I have repeater like this: <asp:Repeater ID="news" Runat="server"> <ItemTemplate> <table width="100%"> <tr bgcolor="#c6c8b9"> <td class...more >>

ASP.NET hosting service
Posted by Ammar at 7/4/2004 10:30:25 AM
Hi all.. I wonder weather you know some good and cheap ASP.NET hosting site. The only free hosting service i found was the Web Matrix site, but there are many restirctions in that site regarding sending e mails and many configurations problem that i couldnt figure out. thanks for replying Amma...more >>

Session Start / Application_BeginRequest Issues
Posted by Paul Daly (MCP) at 7/4/2004 10:08:01 AM
I'm trying to write a log file that captures the referring url if the request is a new session, and captures a querystring value if the user is browsing between pages on the website. When using the code below, I get the following error... "System.NullReferenceException: Object reference not se...more >>

Debugging stored procedures
Posted by Tina at 7/4/2004 9:42:12 AM
I have been through several examples of debugging stored procedures with VS.NET, the most recent being in Chap 12 of Mike Gunderloy's certification book. I have never found one that works. After enabling SQL Server debugging in the project properties, a step-into doesn't step into. What is...more >>

lost project file
Posted by Tim Seaburn at 7/4/2004 9:10:12 AM
I lost the .sln file for my aspx web project but I still have everything in wwwroot. I can't seem to create another project with the same name because it already exists in wwwroot. Any easy way to recreate the project? TIA, T ...more >>

How To DataList on a WebForm
Posted by JDP NO[at]SPAM Work at 7/4/2004 1:16:41 AM
I want to show my WebForm data not in a grid, but similar to a report format as... -------------------------------------------------------------- Company Contact A & A Tools Jim Osandre Address City State Zip 123 Any St. Stuart CA 91001 ---------------------------...more >>

Image Control
Posted by Jason at 7/4/2004 12:53:46 AM
I am trying to display images with image controls but browsers are only displaying half of the image. Every time the user refreshes it shows a little more of the picture. I am using Windows XP with IIS and I checked the logfile. It says: 00:18:17 66.180.233.66 GET /Webapplication1/WebBar.gif...more >>

UserControl Property Setting
Posted by MS News (MS ILM) at 7/4/2004 12:24:59 AM
hello all, I place a usercontrol on my web page, then in code behind I add one attribute employee.Attributes.Add("empId", "123") My usercontrol is not getting this value at all But: If I add the attribute directly into my aspx page everything works <uc1:emp id="employee" runat="server...more >>


DevelopmentNow Blog