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 > april 2007 > threads for wednesday april 25

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

Login control?
Posted by Yasin cepeci at 4/25/2007 9:02:24 PM
My asp.net login controlled page doesnt work in web server. I ve created the database file with asp_regsql programme but I couldtn find where I ll add the connection string of new database ? A sample page is here it also doesnt work http://awayfromme.wonderfulreklam.com/ How can I deploy my l...more >>


how to deploy aspnet 2.0
Posted by Jacky Zheng at 4/25/2007 8:45:33 PM
I installed aspnet 1.0 and aspnet 2.0 in my computer. when i deploy my webSite writed with aspnet2.0 to iis ,but is must change it from 1.0 to 2.0 in iis property settings by manual ...more >>

using WebClient, how??
Posted by Jeff at 4/25/2007 8:39:56 PM
ASP.NET 2.0 I'm working on a asp.net 2.0 website which needs to access a database on another server via an request. This database is placed on another server which is not based on ASP.NET, but traditional ASP. The ASP.NET may access the database on the other server by requesting a .asp page...more >>

Create an .sln file for an existing ASP.NET application
Posted by Bruce at 4/25/2007 8:26:34 PM
I just copied the file folder containing an ASP.NET application from a backup on network share, to a new development workstation. But in the process, I've lost the .sln file. (BTW, I am accostomed moreso to .NET Windows Forms development, where the ..sln (and other metadata files) are al...more >>

What causes a server event to fire due to a change on the client?
Posted by nospam NO[at]SPAM nospam.sss at 4/25/2007 8:06:09 PM
What causes a server event to fire when something happens on the client? Say a user changed the gridview's page index, the server side PageIndexChanged event is fires. What makes PageIndexChanged fires? Is it a field in the viewstate? Is it a value in the forms collections? I am trying to unde...more >>

why wont viewstaet turn off?
Posted by robert112 at 4/25/2007 6:31:05 PM
Hi All, I have a webpage.aspx and a webusercontrol.ascx with both of them having viewstate turned off. Then in my web user control I have got some code reading the request stream: Dim str As IO.Stream Dim strLen As Integer Dim strRead As Integer str = Request....more >>

viewstate issue
Posted by robert112 at 4/25/2007 6:30:19 PM
Hi All, I have a webpage.aspx and a webusercontrol.ascx with both of them having viewstate turned off. Then in my web user control I have got some code reading the request stream: Dim str As IO.Stream Dim strLen As Integer Dim strRead As Integer str = Request....more >>

Viewstate wont turn off even after setting it to off !
Posted by robert112 at 4/25/2007 6:23:12 PM
Hi All, I have a webpage.aspx and a webusercontrol.ascx with both of them having viewstate turned off. Then in my web user control I have got some code reading the request stream: Dim str As IO.Stream Dim strLen As Integer Dim strRead As Integer str = Request....more >>



Stupid yet simple yes/no question.
Posted by Tony K at 4/25/2007 4:54:33 PM
Is AJAX included in ASP.NET? If yes, where can I get it? Is it free or a purchase? Thanks, Tony K....more >>

Problem getting array values into Java Script from code behind file
Posted by Tenacious at 4/25/2007 4:39:35 PM
I find that I can call a function in my code behind file from Java Script on the aspx page using this syntax: Lat = <%= GetNextLatitude()%> The function has to be static. No problem so far. When I put the function in a for loop like so: for(var i = 0; i < TotalPoints; i++) { L...more >>

Sharing ASP seesion with ASP.net
Posted by asnowfall NO[at]SPAM gmail.com at 4/25/2007 3:43:54 PM
I have an ASP file that that stores data in 'Session' object. Later same ASP page loads another ASPX file written in C#; and I would like to access the data stored in 'Session' object. Can I do this? And I barely know ASP. Thanks Ramesh ...more >>

How do I set the size of an ASP.Net page.
Posted by Steve Kershaw at 4/25/2007 3:36:58 PM
I need to set the size of an ASP.Net page (VS 2005, C#). How do I do this? JavaScript purhaps?! Steve ...more >>

AJAX problems
Posted by Steve Kershaw at 4/25/2007 2:25:58 PM
Hey, I have a master.page and a Default.aspx page. I'm trying to use AJAX to postback to the server. However, when I place the <asp:ScriptManager ...> tag on the Default.aspx page I get an "Element 'ScriptManager' is not a known element. This can occur if there is a compilation error on the Web...more >>

web handler or something like that
Posted by SushiSean at 4/25/2007 2:22:03 PM
I have some problem. My old site had thousand pages which looks like “info_[subj].asp” and I did modification and now all content in database and I can show it like this “info_page.aspx?search=[subj]” It means now I have only one page which show text of all those page from database ...more >>

Themes and Skins Vs Css
Posted by New Bee at 4/25/2007 2:07:15 PM
Hi, I have been looking at Themes and Skins today and now resonably understand how they work at a ground level. But I have a couple of questions. 1. ) StyleSheetTheme I dont understand where this would be used. As I understand it the precidence is like this. StyleSheetTheme ControlP...more >>

Problem with authentication
Posted by David at 4/25/2007 1:56:24 PM
Hi, I am using authentication on one of my projects. I have a login page. If I authenticate on for example www.ashfieldfocus.com (note, my project is not on here...), everything seems to work fine. I have a pop-up. The pop-up also has the full url, e.g. www.ashfieldfocus.com. Now, this ...more >>

assign control value from javascript
Posted by soni2926 NO[at]SPAM yahoo.com at 4/25/2007 1:37:17 PM
Hi, I have a popup window that i need to populate the hidden field in with the url of the page that called it. I know i can use javascript -> opener.location to get the url of the page that called the window, how do i now place this into the value of an hiddenfield and have it available in the...more >>

AJAX doesn't work!
Posted by Steve Kershaw at 4/25/2007 1:16:09 PM
Hello, I'm trying to use AJAX on my ASP.Net web site (C#). Unfortunately I can't get it to work. I have the: <asp:UpdatePanel runat="server"> <ContentTemplate> tags but they are red-lined (sawtoothed red underline) with a mouse over error that states "Element 'UpdatePanel' i...more >>

Editable SQL05 XML in ASP.NET
Posted by Greg Collins [Microsoft MVP] at 4/25/2007 1:13:46 PM
What do people use when they want to pull XML from a SQL05 XML datatype = column, edit it in an ASP.NET web app, and the post the updated XML back = to SQL05? I've looked into pulling the XML down into an XmlDataSource control, but = this doesn't seem to be a very likely option as the bindings...more >>

AJAX in ASP.Net ScriptManager error
Posted by Steve Kershaw at 4/25/2007 12:55:51 PM
Hey, I have a master.page and a Default.aspx page. I'm trying to use AJAX to postback to the server. However, when I place the <asp:ScriptManager ...> tag on the Default.aspx page I get an "Element 'ScriptManager' is not a known element. This can occur if there is a compilation error on the Web...more >>

ObjectDataSource Update Exception Handling
Posted by MattC at 4/25/2007 11:16:51 AM
Hi, Given an ObjectDataSource and GridView declared as: <asp:ObjectDataSource runat="server" ID="FullCategoryList" TypeName="AD.App_Code.CategoryDataMapper" SelectMethod="GetCategories" SortParameterName="SortExpression" DataObjectTypeName="AD.App_Code.Category" UpdateMet...more >>

Hyperlink in GridView
Posted by bbawa1 NO[at]SPAM yahoo.com at 4/25/2007 10:19:41 AM
I have a table with two columns AppName AppLocation TestApp1 folder1 TestApp2 folder2 TestApp3 folder3 TestApp4 folder4 TestApp5 folder5 I have to shows data of column AppName as hyperlink and when I click on hyperlink TestApp1 it should navigate to second column an...more >>

Grid View: How to show a date header?
Posted by shapper at 4/25/2007 10:12:29 AM
Hello, I have created a GridView on runtime by implementing the ITemplate class. This Gridview displays a list of articles. Each article has a Title, Content and PubDate. I am trying to create a Date Header like in a blog, i.e., display the date on top of every daily posts. For exampl...more >>

possible to get a url to any microsoft ng post?
Posted by Beemer Biker at 4/25/2007 9:57:14 AM
I have been using google groups search for years to find a post, then I convert it to a "tiny" url so it wont get broken and then send it or use it in another post. So is there any other mechanism besides Google where I can form a url to a thread in a microsoft news group so that another part...more >>

Print Label on LOCAL Zebra Printer from WEBSITE Inventory DB
Posted by Paul Buzza, oldster using new tools at 4/25/2007 9:44:04 AM
I have developed a web-based inventory system for my estate jewelry business using ASP.Net 2.0 and Microsoft SQLServer. The inventory database is also the basis of my website (www.lookwhatifound.biz). I want to print jewelry tags on a local Zebra printer with the label consisting of fields fro...more >>

VS 2003 versus 2005 ASP:Textbox height difference
Posted by Dedge at 4/25/2007 9:40:00 AM
Hi: The height of asp:textbox and asp:labels seems to be larger than with 2003. I have tried setting margins and padding to zero, but there remains a gap between the bottom of the text line and the border. Anyone know how to close the gap? TIA ...more >>

Disconnect Error
Posted by K B at 4/25/2007 8:57:53 AM
I have suddenly begun getting error messages on multiple pages as follows. I tried researching, but the issue seems quite confusing...or perhaps just over my head. Could someone please advise what this means and if there is a way to fix it. I have tried adding EnableViewstateMAC="false" in the p...more >>

Customizing the ASP.Net 2.0 Membership Architecture
Posted by daokfella at 4/25/2007 8:37:20 AM
I'm just starting to dive into the new membership stuff and wondering if it is possible to customize the default membership architecture in ASP.Net 2.0 to do the following: Instead of UserName and Password for the login account, I want E-mail Address and Password as the main login credentials....more >>

Programmatically Scroll GridView Control
Posted by Axeman at 4/25/2007 8:27:57 AM
I have an AJAX enabled web form with several data-filled GridView controls. The users accessing this web app will navigate the site via touch-screen monitors (i.e.: no mouse). As a result, I need an easy way for them to scroll the GridViews when the data is not visible. I want them to click on a...more >>

correct syntax to exclude tags
Posted by Aamir Ghanchi at 4/25/2007 8:17:35 AM
Hi, I need to exclude a control tag from an aspx page depending on the availability of a session variable.I try to enclose it in an if bloack as follows, but it seems to be not working. <% If Session("MySessionVariable") <> "" Then%> <MyUserCtrl:MyObj id="SearchResultNav" runat="server...more >>

how to deploy website application
Posted by John at 4/25/2007 7:54:13 AM
Hi all, I have website application in development machine. It is using atl com component and created interop using tlbimp. It is working fine. Now, I want to deploy on production machine. I have com componnent and interop. I created publish version of web-site. I am getting different...more >>

Why does the ReturnUrl vanish and what can be done to prevent that? (again)
Posted by mark4asp at 4/25/2007 7:44:29 AM
Ok so my previous message about the vanishing ReturnUrl value was also lost! - grrrr Fate - I'll get my revenge on you - if you think you can toy with me like this! I decided to change the form to an asp.net one: if(!Page.IsPostBack) hidReturnUrl.Value = Request.QueryString["Retur...more >>

What are the required permissions for ASP.NET 1.1 IUSER account?
Posted by Mike Hofer at 4/25/2007 6:52:56 AM
Okay, here's my brainy plan: I want to create an NUnit shortcut that will execute my tests as the IUSER account so that the tests will run with the appropriate permissions when I rebuild my solution. Since it's an ASP.NET app, that seems to be the IUSER account. Since I can't select this accou...more >>

ASP.NET great technology but unaffordable?
Posted by Alfred Sehmueller at 4/25/2007 6:09:50 AM
Hello, we were in contact with the microsoft licence hotline last week. We want to build a asp.net application based upon a windows 2003 server and Microsoft sql-server 2005. It will be a commerical application for customers. The question was which microsoft licences are required on the custo...more >>

Setting Text In Javascript
Posted by JimHeavey at 4/25/2007 5:38:03 AM
I have a web page which uses some javascript. It has a variable which contains text which I want to retrieve from a file. I have no real knowldege of javascript so I was looking for a way to get this javascript to read and text file for the information. Can I use ASP.Net to set the variab...more >>

Upload CSV then insert values
Posted by Jon at 4/25/2007 3:31:32 AM
Hello all, Just wondering if the below is possible and if so, the best approach. I'd like to give a user the ability to upload a CSV file (either as a blob or a file on the system), then for the contents to be inserted into an Oracle table. Any advice, etc would be great. Thanks, Jo...more >>

is there such a Cancel() method for FormView or ObjectDataSource?
Posted by Afshar at 4/25/2007 12:32:04 AM
hi everybody there, i want to cancel inserting records on specific circumstance based on a validation using ObjectDataSource's Inserting event. but need a Cancel() method to rollback record insertion. is there any way? i'm using datasets(xsd) and my final goal is to prevent some aspnet use...more >>


DevelopmentNow Blog