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 2006 > threads for friday april 28

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

support language
Posted by sachin_himcs at 4/28/2006 11:52:50 PM
sir I want to know that ...net support many language .is java one of them language. -- sachin_himcs ------------------------------------------------------------------------ Posted via http://www.codecomments.com ---------------------------------------------------------------------...more >>


Sending data over internet using web service
Posted by Jonathan Woods at 4/28/2006 9:18:13 PM
Hi there, I have encountered problem of losing data sending over internet using web service. I consume web service that connected Oracle Database. I submit 687 SOAP Messages to 1 Web Method concurrently. (With synchronize method) [WebMethod] public bool SubmitDPSuccessResult(string dpNo,...more >>

Get session variable in javascript
Posted by joe at 4/28/2006 7:48:01 PM
if i create a session variable name session('abc') in asp.net how to get it in javascript...more >>

Leaving FormView state without cancelling
Posted by sck10 at 4/28/2006 7:45:13 PM
Hello, I have a LinkButton that I use to open a FormView in ReadOnly mode "ShowList", and a LinkButton to open the same FormView in the Insert mode "NewRecord". If the user clicks "ShowList" then a GridView opens up and they can then select a record to view the record in the FormView. If the...more >>

table layout problem.
Posted by jae lee at 4/28/2006 7:31:01 PM
Hello, I am using visual web developer express. I have created a simple login page, and i am using tables to control layout. The design view is different than browser view. In the design view, it looks perfect, but the actual browser display is ugly. I can't seem to control actual brow...more >>

Upload and dropdownlist from folder
Posted by Bob at 4/28/2006 5:44:42 PM
I've made an upload function saving to a specific folder and dropdownlist reading and listing files from the folder. When I upload, the list is rendered a second time in the dropdownlist with the uploaded file only being displayed in the second list. I would like to avoid the dropdown being f...more >>

GetWebResourceUrl and dynamic resources
Posted by Jeremy Chapman at 4/28/2006 4:50:22 PM
Normally I would use GetWebResourceURL which would which would return the WebResources.axd url of a resource in my assembly. I would put that in my aspx and at run time the browser would do a get on that url and the resources would be streamed back to the browser. What I want to do though ...more >>

ASP.Net 2.0 class library?
Posted by instruo at 4/28/2006 4:31:01 PM
Hi there, I've created a class derived from System.Web.UI.Page that I'd like to be able to put into Reference Assembly for easy sharing between subwebs. However, I can't seem to find any way to create such a class library for ASP.Net 2.0. (Creating a windows class library doesn't work bec...more >>



Query personalization data in Asp.net 2.0
Posted by Ya Ya at 4/28/2006 4:26:14 PM
I am using the personalization feature in asp.net 2.0 I am storing the phone number for each user. When a certain user enters his phone number I would like to check if another user already store this phone number. Is it possible to query personalization data so I will be able to retrieve ...more >>

Help - need to extract boundary separated multi-part data from HttpRequest
Posted by jjouett at 4/28/2006 3:13:21 PM
I'm trying to setup an ASPX web page to service requests from an existing Java Client that posts multi-part data as a way to upload files, and I can't find a straightforward way to process the request. >From the HttpRequest, the Request.Form and Request.Files collections are empty. The Request.C...more >>

server unavailable URGENT
Posted by ruca at 4/28/2006 3:05:49 PM
Hi, My WebApp not stoping to give me this error SERVER APPLICATION UNAVAILABLE aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensu...more >>

FormView: Error inserting & updating currency
Posted by sck10 at 4/28/2006 2:52:33 PM
Hello, I have a SQL Server 2K table with a field set to currency. When I try to insert or update a FormView, I get the following error: Disallowed implicit conversion from data type nvarchar to data type money, table 'tblCustomer_Revenue', column 'RevenueQtr01'. Use the CONVERT function to...more >>

How to use P3Admin to create email accounts?
Posted by Brady Love at 4/28/2006 2:42:37 PM
I am very new to asp.net and I am currently working on an application that when users sign up it also creates a email account for them.I have done some reserch and found that this is possible to do using P3admin.dll but for the life of me I cannot figure out how. Has anyone successfully done thi...more >>

How auto refresh page but with new data?
Posted by Ronald S. Cook at 4/28/2006 2:30:18 PM
I want to have a web page that shows the first 10 records of data. I want it to wait 10 seconds and then show then next 10 records. How can I do this? This is for events like what you'd see on a digital sign in a hotel lobby. Thanks, Ron ...more >>

How can I hide a link?
Posted by needin4mation NO[at]SPAM gmail.com at 4/28/2006 2:18:03 PM
Hi, I have an older webpage that uses a querystring to send data to an asp classic page. In that link there is data that contains sensitive information. I do not want this displayed when the user hovers over the link. I can change the events to have window.status="", and I am thinking I could...more >>

ASP.NET formus down?
Posted by Felix at 4/28/2006 2:09:02 PM
Is anyone else having problems logging into the forums on www.asp.net? Everytime I try to log in, it acts as if it can't hold my session and makes it appear as if I'm not logged in. I'm trying to post a question about a possible bug in the Web Application Projects. ...more >>

Make session last longer than 20 minutes.
Posted by George Ter-Saakov at 4/28/2006 2:05:08 PM
Hi guys/girls, I just published this article on codeproject and think a lot of you will be interested. http://www.codeproject.com/useritems/SessionForever.asp Sorry for self promotion but I decided it's better to get it there than show how it works every other day to someone. Plus I th...more >>

Time functionality
Posted by Sagaar at 4/28/2006 2:01:02 PM
Hi I want to calculate executing of SOAP method and wait till 10sec if it takes more than 10 sec I need to throw a error and cancel the requst... any ideas how to do this? Wit Regsad Sagar...more >>

Tool similar to BizTalk Schema Editor?
Posted by BigDave at 4/28/2006 1:30:10 PM
For a previous employer, I did a lot of BizTalk 2004 development, but am no longer doing so, and do not even have BizTalk installed. One of the things I miss is the BizTalk Scheme Editor, and how it displayed elements in a vertical tree. (Visual Studio 2005 Schema Editor and XMLSpy seem to w...more >>

asp.net application not resolving relative paths
Posted by rjbr at 4/28/2006 1:15:43 PM
ASP.NET problem I have ASP.NET 1.1 application installed on 3 server Win2003/IIS6 Relative paths are being resolved in 2 of those but not on one dir structire /app/ /import I am using following in code <link rel="stylesheet" type="text/css" href="./import/app.css"/> But ...more >>

Access Control in DataSource
Posted by myzm at 4/28/2006 1:11:26 PM
Hi, I have a FormView looks like this <asp:FormView> <ItemTemplate> <asp:Table> <asp:TableRow> <asp:TableCell> <asp:TextBox ID="textBox1"> </asp:TableCell> </asp:TableRow> </asp:Table> </ItemTemplate> </asp:FormView> I want to ref...more >>

databound DropDownList columns?
Posted by cider123 NO[at]SPAM hotmail.com at 4/28/2006 12:41:09 PM
I have a SqlDataSource bound to a DropDownList Combo. Works just fine. I noticed 2 properties you can set in the DropDownList, 1 for the value to be displayed in the "Text" column and 1 for the value to be used in the "Value" property. I'm at a catch 22 right now though.. The SqlDataSour...more >>

switching between HTML and ASPNET
Posted by Kenny M. at 4/28/2006 12:16:02 PM
Hi I want to write de content of a variable from my asp net code into the Title Bar of the Browser each time I need to switch between those world (HTML-ASPNET) I suffer cause I don’t have clear the boundaries in between What alternatives do I have? Where Can I find a good documentat...more >>

How do I create a Drop Down List with Hyperlinks as List Items in ASP.NET
Posted by Tony Tone at 4/28/2006 11:38:34 AM
Hey Guys, I am trying to create a DropDownList with Hyperlinks as ListItem. I am creating a web page with ASP.NET and VB Any suggestions or Solutions to my problem? ...more >>

Does HttpBrowserCapabilities work?
Posted by Robert W. at 4/28/2006 11:06:02 AM
I just added this line of code to a simple aspx page: HttpBrowserCapabilities browserCap = new HttpBrowserCapabilities(); Yet when I used QuickWatch in Debug mode to inspect 'browserCap' all the properties were null. How come? -- Robert W. Vancouver, BC www.mwtech.com ...more >>

Context.User problem
Posted by tshad at 4/28/2006 10:57:48 AM
I am playing with GenericPrincipal classes and am using a sample program to test it. The problem is that even though I set the roles (which shows the roles in the Context.User as being there), when the program goes from the login page to the next page - the roles in the Context.User is empt...more >>

Flicker effect with onmouseover Asp.net buttons Internet explorer
Posted by pduncan at 4/28/2006 10:40:40 AM
I'm putting custom tooltips on my buttons and am getting a flicker effect with buttons in Internet explorer (not firefox) When you mouse over a button in internet explorer, the outline of the button turns from blue to orange, when this happens, my tooltip vanishes and then reappears when the m...more >>

Cookies will get deleted, no matter what
Posted by the friendly display name at 4/28/2006 10:22:03 AM
Easy to describe that problem: The cookies will be deleted after the user closes the browser, but I have set persistance to true. Code: ------ TicketForPremium = new FormsAuthenticationTicket(1, UserID, DateTime.Now, DateTime.Now.AddHours(10), true, "1"); TicketForPremiumCrypted = FormsA...more >>

Waiting for events in Atlas and .NET 2.0?
Posted by emer.kurbegovic NO[at]SPAM gmail.com at 4/28/2006 9:52:56 AM
I wonder if I can wait for the "events/notifications" from sql 2005 and then perform some action when the "event/notification" has been sent. example: i have a small table with some statistical data that can be updated at random point of time (based on when the user action was performed). now...more >>

GridView - Is it Possible to invoke Multi-Line TextBox
Posted by mosscliffe at 4/28/2006 9:42:19 AM
I have a Gridview created by dragging a table onto a web form page and I have enabled the edit key. One of my field is a multi-line 'text' field. How do I change the standard textbox created into a multiline one. Any help, pointers or examples greatly appreciated, as I have to get this wo...more >>

Access a com component
Posted by Brad Coble at 4/28/2006 9:40:10 AM
I have an ASP.NET 2 web page that needs to load a com component and display the results from a method. I keep getting the error CS0117: 'object' does not contain a definition for 'DataPoints' I know that the com object contains this method because I use it other places. This is my fir...more >>

sessions and asp.net timeout issues due to host's pool application shutdown
Posted by Mad Scientist Jr at 4/28/2006 9:20:54 AM
My asp.net pages sessions are timing out after 20 minutes, and when I asked my Web host about it they said due to the nature of a shared hosting environment they cannot allow for sessions to keep application pools and worker processes hosed for too long as these fearures are consuming CPU resour...more >>

prevent multiple clicks Master page
Posted by André at 4/28/2006 9:07:02 AM
Hi, I am using this code to prevent multi click asp.net 2.0 c#, System.Text.StringBuilder sb = new System.Text.StringBuilder(); sb.Append("SetValue();"); sb.Append("if (typeof(Page_ClientValidate) == 'function') { "); sb.Append("if (Page_ClientValidate()...more >>

web based pop reader?
Posted by Mad Scientist Jr at 4/28/2006 8:47:03 AM
Does anyone know of a free (or opensource) Web-based client to read mail directly from a POP account? I asked if gmail could do this a while back and the answer was no. >can i use the gmail web client to read a different (non-gmail) POP account? >is this possible? >how? Reply From: jean...more >>

connection string problems with connectionString property of web.config
Posted by Brian Henry at 4/28/2006 8:40:08 AM
I keep gettings this error message in my application event log Exception information: Exception type: InvalidOperationException Exception message: Not allowed to change the 'ConnectionString' property. The connection's current state is connecting. Request information: Request URL:...more >>

Compiler Error Message: BC30203: Identifier expected.
Posted by Tony Tone at 4/28/2006 8:09:25 AM
I am having trouble resolving this issue: Server Error in '/test' Application. -------------------------------------------------------------------------------- Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please revi...more >>

Run script from asp.net
Posted by Goffin at 4/28/2006 8:08:04 AM
Hello, I have the following problem. I have a webapplication written in asp.net and a SQL-Server database. The webapplication has a public and a private part. The users for the private part come from an oracle database. I also have a linked server in my SQL-Server to the oracle database. ...more >>

Converting Images
Posted by Beginner at 4/28/2006 7:42:02 AM
I need to convert images to binary/pcx files. Is is possible to do that in ASP.NET? Thanks....more >>

SQLDataSource Configuration not allowing Update, Delete or Insert
Posted by mosscliffe at 4/28/2006 7:26:58 AM
I created a new table in Visual Web Developer for SQL Server Express 2005. I created a 'gridview' by dragging the table onto an empty web form in Visual Developer Express. Clicked on the smart tag 'configure data source'. When I click Advanced should see the Generate Insert, Update and Delet...more >>

FormView - RadioButtonList binding
Posted by Tim at 4/28/2006 7:24:03 AM
I have a radio button list control in the edit item template of a formview, as below. I want to bind this to a bit field from my sql database, however I can't seem to figure it out. Could some please provide me assistance on how to do this? <asp:FormView ID="F...more >>

creating the html from a business object?
Posted by hazz at 4/28/2006 6:48:36 AM
I want to create an asp.net page which allows users to select which columns (from a database table) to use in a report. I would like to use a datareader to select rows from a table that contains a text field of the column name and a bit field. (a boolean) So the bitfield will be a checkbox...more >>

howto use requiredfieldvalidator on a radiobuttongroup...
Posted by Jan at 4/28/2006 6:36:01 AM
Hi, I've 2 radio buttons (Yes and No) in a radiobuttongroup grpQuestion. I want to use the required fieldvalidator to check if Yes or No is checked. How can this be done? ...more >>

UserControl with Gridview: Set DataSource: NullReferenceException
Posted by OJ at 4/28/2006 6:33:18 AM
Hi, I have a WebUserCOntrol with a GridView and I am attempting to set the DataSource of the Gridview in the User control from the parent ASPX page. I have the following property in the user control... public DataTable DataSourceTable { get { return this...more >>

page_load triggers 2 times
Posted by Regfellow at 4/28/2006 6:06:26 AM
Hi, Ive created a webform in asp.net. When the page is called the page_load event get called 2 times before the page is loaded. I remember i have had this problem now and then from the start of .net framework era and it SUX big time. Anyone know how to solve the problem, is it a common...more >>

connect to FTP server
Posted by CSharpguy at 4/28/2006 6:04:01 AM
I need to upload a file to an FTP server, can someone point me to some code that connects to an FTP server and uploads a file? ...more >>

Session Cookie over SSL
Posted by Vikas at 4/28/2006 5:04:01 AM
Hi I am using .Net v1.1 Is there any way to send the session cookie ASP.Net_SessionId Over SSL. Thanks in advance. Vikas ...more >>

Enterprise Services in ASP.NET
Posted by the4man at 4/28/2006 3:44:21 AM
Hi all! First, excuse me for my english, I'm not a native. Until now I have used for my enterprise web sites ASP + DLLs + COM+. Why COM+? Because we have two database servers and some distributed transactions. And another thing: with COM+ I can change any DLL without restart the server (les...more >>

flash detection in asp.net (vb)
Posted by Karl at 4/28/2006 3:27:08 AM
I am looking for some flash detection code for an asp.net website, but all the samples I find are in classic asp and Im having trouble converting them over. Does anyone have any flash detection code written in asp.net that I could look at or use? Thanks ...more >>

DetailsView formatting
Posted by Mike P at 4/28/2006 3:22:18 AM
The default format for the DetailsView control is for there to be a row per field. Is it possible set it to show more than one column per row (see below)? ID ... Name ... Address ... Country ... etc. I have tried to add <tr>'s and <td>'s within the DetailsView to d...more >>

GridView added rows non-persistent
Posted by Flinky Wisty Pomm at 4/28/2006 2:08:37 AM
Hi all, I've got a really annoying problem that I need to fix sharpish. I've got a GridView derived control which has a templated header and footer. It works wonderfully on the first render but then the header/footer vanish into thin air. If I add the header/footer onDataBound then they disapp...more >>

Master Pages not displaying ... ?
Posted by Andrew Kidd at 4/28/2006 1:43:11 AM
Hi, I've just been working through several examples of how to create Master pages and then create content pages which are linked, but I cannot see the Master page when I'm viewing the content page in "Design", nor do I see it when I'm viewing the page in the browser. I'm adding the Maste...more >>

ASP.NET Membership: Where are the Roles Stored?
Posted by ijoxley NO[at]SPAM yahoo.co.uk at 4/28/2006 12:37:02 AM
Hi I'm in the middle of implementing ASP.NET membership and role-based authentication using the new ASP.NET 2.0 Membership and Roles classes/database and was stuck on the following: When using the Security Setup Wizard to add rules for directory access based on the roles I have created, whe...more >>

Caching (possibly IIS related?)
Posted by Rob Meade at 4/28/2006 12:00:00 AM
Hi all, I have a web application which gets *very* few hits, especially as its only just been launched, but even after that it'll be a "quiet" site. My problem is that when I am the first person to visit it for the day (like this morning) it takes much longer to load - my understanding (ha...more >>

Themes
Posted by Jan Hyde at 4/28/2006 12:00:00 AM
I keep reading that there should be a couple of built in themes in the directory ...\Microsoft.NET\Framework\v2.x.xxxxx\ASP.NETClientFiles\Themes I've yet to see any machine with this 'Themes' directory. Anyone know why? Jan Hyde (VB MVP) -- Filigree: Accomodating to young stud...more >>

Sorting datagrid?
Posted by Joris De Groote at 4/28/2006 12:00:00 AM
Hi, I have created a webpage with a datagrid. The page fills in the datagrid after the user selected some things (it's a searchpage). Now the page show everything from an SQL server sorted on productnumber. How can I let the users change the sorting of the documents without always having t...more >>

Security Zone In IE!
Posted by Nigil LaVey at 4/28/2006 12:00:00 AM
Hi Guys... it's been awhile since I 've last posted.... Does anyone knows how to get the Security Zone using Javascript or Server Side Script? say like when you access a Web page.... the bottom right of the IE will indicates the security zone, I have googled throught but no info on it.. ...more >>


DevelopmentNow Blog