|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Problems with dynamic LoadControl
Andreas -
4 Mar 2006 11:31 PM - 6 messages
Hello, I have the following problem: I want to add to my site (test.aspx) one (1) UserControl (customer.ascx) several times - dynamically with a placeholder. As well I want to hand off different variables (i.e. Session variable) to the ...
RadioButtonListControl
BobLaughland -
4 Mar 2006 11:15 PM - 2 messages
Hi All, I am having problem with the code below. <asp:RadioButtonList ID="RadioButtonList1" runat="server" OnSelectedIndexChanged="RadioButtonList1_SelectedIndexChanged"> The OnSelectedIndexChanged event doesn't occur when you select a new item on the radiobuttonlist as you would expect, but it occurs when 'a ...
How to Access ASP.NET Session State from Application_Error
Daflookie -
4 Mar 2006 11:02 PM - 3 messages
For one reason or another I am unable to access Session contents in my asp.net application via the global.asax's Application_Error event. I can pull this exact code snippet below out of global.asax and place it in a ...
Validating a hidden control?
Bill Cohagan -
4 Mar 2006 10:21 PM - 7 messages
Is it possible to have a validation control whose ControlToValidate is in fact a hidden control? When I try this I find that the validator apparently does not fire. If I make the control Visible="true", then the validator fires as expected. ...
SqlMembershipProvider question
anon2005 -
4 Mar 2006 10:16 PM - 4 messages
I'm writing an installed for my application that uses a SqlMembershipProvider. I'd like to have the installer automatically set up the required roles and users for the application, but I can't quite get this to work from a web form. Anyone have tips/ideas to get ...
Probleme mit LoadControl
Andreas -
4 Mar 2006 10:05 PM - 2 messages
Hallo zusammen, ich kämpfe seit Tagen mit folgendem Problem und habe bisher leider keine Lösung gefunden. Vielleicht kann mir jemand helfen: Ich möchte auf einer Seite (test.aspx) ein bestimmtes UserControl (Kunden.ascx) dynamisch per LoadControl mehrmals einbinden. Dabei soll ...
.mspx extension
mensuur -
4 Mar 2006 9:56 PM - 2 messages
hi, i just wanted to know, what is the difference between a .aspx and a .mspx file? i cant create .mspx files in VWD express. is that important? ...
stupid annoying form error
mensuur -
4 Mar 2006 9:56 PM - 1 message
hi, i have two server side forms showing at once and i get an error telling me that i cant have 2 showing at once. is there any way of getting around this. i need both forms at the same time but i need them to be separate. i ...
Hyperlink inside label WebControl
Christian Hofmann -
4 Mar 2006 9:29 PM - 5 messages
Hello, How is it possible to use a hyperlink webcontrol inside a label webcontrol? I am using resources for globalisation. Now I have a text like this: Please click here to open that document. "here" would be linked and should be a hyperlink webcontrol. But that is not ...
The underlying connection was closed: An unexpected error occurred on a receive.
TCook -
4 Mar 2006 8:17 PM - 1 message
Hello, I am trying to programmatically post (i.e. login, redirect & programmatically submit data) to a website not a webservice. I am receiving the error that is shown in the subject line of this posting. Based upon the ...
Can't see ASP control
Toufik -
4 Mar 2006 6:38 PM - 4 messages
Hi, Just to play with asp.net, I've created a web project and a simple aspx web form that contains aweb controls and html controls When I open it in the browser, I see the html controls only, can't see any ...
body.style?
Progman -
4 Mar 2006 6:37 PM - 6 messages
<body id="body" style="background-image:url(../../Pictures/System/CountryMosaic.JPG)"> how do i get/set body.style from asp.net? ...
debugdiag webengine.dll
stine -
4 Mar 2006 6:08 PM - 5 messages
Recently installed 2.0 framework. Running one site under 2.0 and every day at about 7:00 p.m. I get one error in the event log, 1000 indicating w3wp.exe faulting. After running debugdiag it indicates an error with "webengine.dll" ...
Link to another url
et -
4 Mar 2006 5:18 PM - 7 messages
On my main page, I have a hyperlink that opens a new window in the search window (target=_search). I would like that search window to have a hyperlink to return back to the original window, how can I do that? ...
DataGrid Edit problem after sort
keys4worship -
4 Mar 2006 5:13 PM - 3 messages
One of my users called yesterday and asked me to look into a problem on a datagrid. Everytime she clicked on a row to edit, another row would appear in it's place. After a little analysis it appeared that this ...
Web.Config AppSettings & Caching
Fred Nelson -
4 Mar 2006 5:13 PM - 18 messages
Hi: I have written several web applications that obtain their connection strings from the web.config file. This is very easy to use and it makes it easy to move an app from development into production. I'm in the process of writing a site that will have lots of traffic so ...
Q: Remote database connection
JIM.H. -
4 Mar 2006 3:01 PM - 5 messages
Hello, My database stays in a remote site and I have access it through VPN. I would like connect my current Windows based Asp.Net application with this database. What are my options? Can I connect remote database with SqlDataAdaper, will ...
Plz Help Needed! The type initializer threw an exception. ---> System.UnauthorizedAccessException: A
batista -
4 Mar 2006 12:29 PM - 1 message
Hello All, I have windows server 2003 with IIS 6.0.. I have a webservice that is using a vc7 dll which in turn is using a com dll...now.... there is a function there in that vc7 dll that is using the com dll to ...
How to get Serialized string of ViewState Object
madani -
4 Mar 2006 10:57 AM - 1 message
Hi, I need to get serialized string of Page ViewState in Constructor of my custom web control. I can not override SavePageStateToPersistenceMedium Method of page object because I'm in different class. and Page.ViewState is not serializable. Is there any way to get serialized string of ViewState without ...
Cross project sharing in .Net Framework 2.0
passhours -
4 Mar 2006 8:14 AM - 1 message
Hello All I am facing a prob for quite a long time. In .Net Framework 1.1 we can easily add two web projects under a solution and share data between them. (By data i mean UserControl, Web Form , etc.) ...
Problem in database updation through Adapter in VB.Net..
r2destini -
4 Mar 2006 7:54 AM - 2 messages
Hi Friends, I am new to .Net. So I don't know much. I am facing a problem in updating database through ADO.Net I am creating the dataset and there is no problem in the updation and deletion or insertion in the dataset but when I am updating the ...
Anchor control in asp.net
sridev -
4 Mar 2006 7:36 AM - 2 messages
Hai all, I am working in ASP.NET. I my page I am having two user controls as usercontrol1, usercontrol2 In usercontrol1, i am having two anchor control and i will load the text for anchor control dynamically. In usercontrol2, i am having decription for the anchors in ...
Best visual studio package for non commercial use
Benny Dein -
4 Mar 2006 7:19 AM - 3 messages
Hi I wan't to begin studiyng asp.net and visual studio and need some advices regarding which package to buy. First question: Is the 2005 version in this moment well functioning without lot of bugs to stroggle with? Next: Will it be enough to buy the educational version of the 2003/2005 ...
Problem using ssl with webservice.htc, Help needed
batista -
4 Mar 2006 6:45 AM - 1 message
Hello all, I am using a webpage having a grid and im calling a webservice method(using webservice.htc) which after 5 seconds updates the content of the grid, uptil now everything is working fine. But now I want to use it with https so now what should i Do.. ...
Reloading A Part Of Webpage, Preferred Approach
batista -
4 Mar 2006 6:41 AM - 2 messages
Hello all, I currently have a webpage which has a grid and using webservice.htc im updating its content after every 5 seconds. Now I want to add two forms at the bottom of the page.One of them contains a gird which I want to be updated(and only that grid) when a ...
Global.asax 2.0 Why did they do that?
Learnicus -
4 Mar 2006 5:36 AM - 2 messages
Why has Global.asax become a script file in 2.0? I cant find any documentation on the rational for this change? Lenny ...
How to get value on postback Dynamically Created controls by javascript
Amit Maheshwari -
4 Mar 2006 5:31 AM - 7 messages
I have my aspx page on which i am creating <input type=text> on client side using javascript. Now when i submit my page i need to access these controls to get the value entered by the user. ...
Unable to Open Web Project
kevin.koehne -
4 Mar 2006 4:55 AM - 4 messages
I'm having a problem building a solution in VS2003 (.NET 1.1) on Windows XP. I get the error: "Unable to open Web project 'projname'. The file path 'C:\app-1.6.0.600\solution\projname' does not correspond to the URL ...
image manipulation
John -
4 Mar 2006 2:34 AM - 3 messages
how to manipulate image in asp.net v2.0? i mean load image from database and save it back to database? ...
where should definition for Event be on aspx page?
hazz -
4 Mar 2006 12:59 AM - 2 messages
Error 1 'ASP._createaccount_aspx' does not contain a definition for 'CreateUserWizard1_CreatedUser' C:\asp.net\Source\Security\CreateAccount.aspx 12 below is the line in the CreateAccount.aspx that causes the error. Should this handler reside in the code behind as referenced by ...
must I upgrade asp.net to 2.0 to access SQL 2005?
HK -
4 Mar 2006 12:12 AM - 7 messages
I have ASP.NET 1.1 websites. They will need to access a SQL 2005 database. Do I have to upgrade the whole web projects to ASP.NET 2.0 in order for them to access SQL 2005? If so, anyone have any good URLs for upgrading 1.1 ...
Bizarre behavior
Bahman -
3 Mar 2006 11:29 PM - 3 messages
Hello! Something is removing the onclick events from all our buttons and commenting out the __postback javascript functions from all pages everywhere. dropdowns continue working. Something does 'not' want to run dot net on our clients. The problem is on any workstation. The code does the same on any webserver. ...
999 error
Buddy Ackerman -
3 Mar 2006 10:47 PM - 4 messages
What is a 999 error and how can I troubleshoot it? It's not an error code that IIS will allow a custom error page for. --Buddy ...
Design-time errors in ASP.NET 2.0 projects
erikmoore@austin.rr.com -
3 Mar 2006 10:28 PM - 1 message
We have recently converted a 1.1 project to 2.0, and are using VS.NET 2005 to design and build the project. I quickly noticed that syntax errors and misspelled methods and types in codebehind pages are not displayed by the IDE when launching the ...
Mysterious malfunctioning menus with a new router!!
John -
3 Mar 2006 10:00 PM - 1 message
Today something weird happened: I bought myself a new wireless router for home, got it set up, and everything was great. Browsing, email, even Shareaza p2p. Until I tried to use the ASP.NET 2 menus on one of my apps (hosted ...
ObjectDataSource - How do I get at the returned data? (Not using a gridview)
Ian -
3 Mar 2006 9:56 PM - 3 messages
Hiya, Hope this isn't too stupid a question :) I can bind an objectdatasource to a gridview very easily (and there's a thousand tutorials of this on the net). BUT! I just want to get at the data so I can say put it in a label.text, or ...
DataGrid Read Footer TextBox
williamfrenette -
3 Mar 2006 9:44 PM - 4 messages
To add record into my grid I use the footer way like explain here : [link] But i dont want a Add button on each row so i call the showfooter with ...
Authentication Not Working Properly
sponge_dan_square_pants -
3 Mar 2006 9:21 PM - 1 message
Hi, I have a C# ASP.Net Application that has many sorted datagrids. However, on one of the pages, when the column header is clicked to sort, the user is prompted for their authentication information in IE. This page is no different from any other page in the application. All ...
Http/1.1 500 internal server error
Tamer -
3 Mar 2006 8:59 PM - 1 message
i cant open or create any asp.net project this error appears to me ...
select gridview row without using select button?
Dabbler -
3 Mar 2006 8:57 PM - 5 messages
Is there a way to let the user select a gridview row by clicking anywhere in the row (e.g. on any column)? The gridview would be readonly and I would like to bring up a detailview of the row the user clicked on. ...
0=String IndexOf same as empty string.
Chris Davoli -
3 Mar 2006 8:52 PM - 2 messages
I'm using IndexOf on my strings to find if there are certain words contained in a string. Well, this works fine except when I'm looking at an empty string, because the return value is zero based index. With an empty string it ...
outputcache and httpmodule
Fabio R. -
3 Mar 2006 8:39 PM - 1 message
Hi, is there a way to have an HttpModule working also if the page has the OutputCache directive (<%@ OutputCache Duration="60" VaryByParam="none"%>)? I use an HttpModule to check some access permission but with the outputcache the request doesn't pass throught the module after the page is cached... ...
What is the best approach?
Andrew -
3 Mar 2006 8:38 PM - 1 message
Hello, friends, We need to modify a user control (COM) in which it should be able to retrieve binary data from a given website after a user selects an item ID and clicks Retrive button. We then can put this user control in a html page (generated by .aspx page) ...
Add Code Behind to Web Form
jcochran -
3 Mar 2006 8:25 PM - 3 messages
I have a web form that I need to add a code behind to in asp.net 2.0. I created the form without the code behind in the first place. How do I add the code behind after the fact? I cannot find a way to do it in ...
If server process is running, return last page state w/ msg AND w/o allowing page code to run (db ac
ack95 -
3 Mar 2006 8:17 PM - 1 message
Not sure how to go about this? If we have a sql agent job running, we would like to keep a user from hitting the database via our web app while this 1-2 minute job runs. Ideally we could catch this at a higher level (httpmodule or ...
Problem: Modify Hyperlink property from a repeater
Progman -
3 Mar 2006 7:46 PM - 1 message
From the VB script, how can I access the "HyperLinkStatementQuestionF" Text property? Actually I tried me.HyperLinkStatementQuestionF.Text = "Something" I could never get to HyperLinkStatementQuestionF from "me" ! It looks like that the objects inside a repeater cant be access. ...
Control's Id property
Joe -
3 Mar 2006 7:44 PM - 2 messages
Hello All: I have a user control that is composed of a lable and a textbox. When I populate the textbox, I set its id property to a unique value so that I can use the FincControl page method later to retrieve the value that the user ...
how to program to make web go to previous page in ASP 2.0 ?
Henry Lee -
3 Mar 2006 7:35 PM - 2 messages
Hi , Just like JAVE (windows.go(-1)) How to do the same thing in ASP 2.0 ? Thanks, Henry ...
Validation of emails
Stephen -
3 Mar 2006 7:23 PM - 5 messages
Hi, Can someone give me suggestions on how to validate emails that are entered into a textbox? the problem is that they can enter any number of emails say the textbox is called Notificationlist and has 10 email addresses, i need to read this and ...
.NET, do I need version 2.0?
Mostro -
3 Mar 2006 6:54 PM - 4 messages
I recenty deduced that .Net 2.0 makes OMA stop working on my exchange server, uninstalling 2.0 and leaving 1.1 fixes my problem. Is .Net 2.0 neccessary? ...
.NET validation controls
Sai -
3 Mar 2006 6:42 PM - 4 messages
Guys, I have used .NET required filed validator and regular expression controls in my ASP.NET app. Everything works well locally. When we moved to Network it only works in FIREFOX browser it does not work in IE. Anybody has a clue why this is happening. ...
DataList versus GridView
rlrcstr -
3 Mar 2006 6:39 PM - 6 messages
I was trying to use a DataList control bound to a business object using an ObjectDataSource object. But the update event on the ObjectDataSource was never being triggered. I tried using the same object with a GridView and a ...
Insane Databinding (probably a bug)
avf -
3 Mar 2006 6:34 PM - 2 messages
hi all. in my code i bind a few dropdownlist boxes's lists, datasource etc. i bind the Selectedvalue property, and everything is fine. then one bright day, WITHOUT ANY CHANGE TO THE DATABINDING CODE, i started getting "System.ArgumentOutOfRangeException: Specified argument was out ...
HttpModules order
tshad -
3 Mar 2006 6:19 PM - 1 message
I noticed in my Http modules that all the BeginRequests are handled for each Module before the EndRequests is handled (at least that seems to be the case). I have 2 HttpModules each with BeginRequests and EndRequests. <httpModules> ...
Mapping to aspnet_isapi.dll
the friendly display name -
3 Mar 2006 5:56 PM - 1 message
I mapped a file extension (.dmg) to the aspnet_isapi.dll, as described in: [link] Btw, I mapped just the above mentioned extension, not wildcard. So, when I try to download a .dmg file from the website, it seems that asp.net processes ...
Inheritance problems
bill -
3 Mar 2006 5:49 PM - 2 messages
What's up with inheritance in code behind? Is it reliable, or should I skip it and forget about using inheritance in web forms until they get it right? I'm using VB.NET 2005 I have a web form named wfBase.aspx. ...
problem with web farm
luis molina Micasoft -
3 Mar 2006 5:47 PM - 3 messages
hi, i have a problem with a web farm. an application asp net 1.1 that works in different servers doesnt works in the web farm (4 servers balanced). The error it says is "System.Web.HttpCompileException: External component has thrown an exception" ...
HttpModule compatibility
Brian Stanforth -
3 Mar 2006 5:30 PM - 1 message
If I write a HttpModule using .NET 2.0 can I use it in an ASP.NET 1.x application? Thanks! ...
HttpModules not executing on first post of page
tshad -
3 Mar 2006 5:10 PM - 1 message
This is just a question on why this is happening. I have an HttpModule that is using the BeginRequest event. I noticed that when I load my page the first time, this event is not called, but if I hit the refresh button it does. ...
get year only
CsharpGuy -
3 Mar 2006 5:06 PM - 2 messages
I'm reading an excel file using C#, and it has a date column formatted like: MM/DD/YYYY, I have code that is getting me the year but its also returning me 12:00 so it looks like this: ...
Want to capture the first frame or something as a thumbnail
baroque Chou -
3 Mar 2006 5:05 PM - 1 message
I am building a web site and it is suppose to have a list of thumbnails before they go to the detail. (C#/WMP) is a prior ...
Iterating Controls on ContentPlaceHolder
Bill44077 -
3 Mar 2006 4:48 PM - 3 messages
Hi, I am trying to iterate though the controls on a content page that has a master page so I can disable text. If it weren't on a content page it is simple: foreach (Control c in Page.Controls) ...
upload files into sql server db
Andy -
3 Mar 2006 4:47 PM - 3 messages
My users need to store and retrieve various files (pdfs, docs, jpegs etc). I am developing an asp.net 2.0 web application, with SQL server backend. I've been looking at my best options and am quite new to web ...
How to display inline text in the same page
Felix_WafyTech -
3 Mar 2006 4:46 PM - 4 messages
Hi, I would like to create something similar to "The Code Project" message thread. You can see what I'm trying to explain by clicking on the link below: [link] ...
RE: Passing Credentials to WEBDAV
Pedro Bernardo -
3 Mar 2006 4:35 PM - 2 messages
I know it has been a long time from the last thread but i'm having this problem to .. Dim Cache As New System.Net.CredentialCache Dim credential As ICredentials = CredentialCache.DefaultCredentials ...
Problem calling assembly which references another assembly from an asp page
christianhaynes -
3 Mar 2006 4:31 PM - 4 messages
Hi, I've been working on a problem for the last couple of days trying everything ive found but with no luck. The problem is: I have create a com callable .net assembly which is called from an asp page. This works fine until the assembly that uses another third-party ...
How to use multiple channels
Sebastian Loncar -
3 Mar 2006 4:22 PM - 1 message
Hi, i have two applications, which communicates very extrem together. With the IPC-Channel i receive often the messages like "all instances of the requested pipe are busy". So i want to use multiple Channels to communicate, maybe 10 Connections. ...
Start Page
Chris Marsh -
3 Mar 2006 4:08 PM - 6 messages
How the heck do we kill references in the "Recent Projects" section of this page. I have a bunch of tests that I need to remove from the list, it's just rather anoying. Thanks! ...
Which reporting tool to use?
Mathieu [Marti-IT] -
3 Mar 2006 4:03 PM - 4 messages
Hi all, in creating a C# ASP.NET library to create professional applications with. In searching for a good reporting tool to create and distribute my applications reports with. Does anyone know a good reporting tool for .NET? Thanks in advance! ...
how can i deploy a single aspx page globally for all sites in IIS?
Tim_Mac -
3 Mar 2006 4:01 PM - 3 messages
hi, i am trying to find the best way of making a single .aspx page available to any web site on an IIS 6 server. without having multiple copies floating everywhere. previously i have used a hardlink for the file and junction point for ...
Re: Validation Controls Stopped Working on the server, but work on the local machine
Amie -
3 Mar 2006 3:52 PM - 2 messages
I had exactly the same issue before, and it had to do with different versions of client-sided validation script .NET embeds. You can copy your WebUIValidation.js from dev machine (in aspnet_client folder) to production server, or reinstall it on the production server. ...
any MagicAjax.net users here?
NH -
3 Mar 2006 3:48 PM - 1 message
Anyone manage to get gridview paging working with magicajax.net (for asp.net 2.0) ? ...
can't debug asp.net anymore
shadow -
3 Mar 2006 3:36 PM - 1 message
I am running VS .NET 2003. I was able to debug my asp.net project on the remote server, but suddenly I can't. Checked both remote server side and local pc, seems all the settings required to debugging are still there. Any ...
asp.net 2.0 callBack
NH -
3 Mar 2006 3:28 PM - 1 message
Its pretty crap that the "enableSortingAndPagingCallback" property of the gridview doesnt work when you have template columns in the gridview. Thats a bad bad limitation. Is this going to improve in asp.net 2.0 or do we have to ...
Any samples of compobox with tables in popup window
Michael Nemtsev -
3 Mar 2006 3:26 PM - 1 message
Need sample of how to create combobox, where in popup window will be the list of checkboxes Could you point me on some examples? ...
can pages inherit from a template page
steven scaife -
3 Mar 2006 2:50 PM - 3 messages
I am new to dotnet and i am wanting to create an asp.net site. I have created a page that i will use as a basis for my other pages. I have converted some old inc files into user controls and imported them and i have ...
Showing Windows Forms in the ASP.NET process
Laser Lu -
3 Mar 2006 2:19 PM - 7 messages
Thanks for looking at this post:) Does anyone knows how to make the asp.net process runs in the UserInteractive mode? I just want to show some Windows Forms in my asp.net application on the server side to capture and display application monitoring messages, as ...
Need Help with an ASP.NET 2 application organisation !
mateo -
3 Mar 2006 1:58 PM - 4 messages
Hello i would like to have advices on an ASP.NET 2 application that i must develop. I'm new to ASP.NET, i am more of WinApp developper, so if there is some experienced folks out there all advices are welcome. ...
Dropdownlist in Datagrid with Visual Web Developer (Asp.net 2) ?
moi -
3 Mar 2006 1:15 PM - 3 messages
Hello, How to put a Dropdownlist in Datagrid with Visual Web Developer (Asp.net 2) ? Here's there a good sample on internet to show me ?? thanks a lot !!! ...
App_Theme and <link rel="stylesheet" .. /> output problems.
Emil Christopher Melar -
3 Mar 2006 12:11 PM - 1 message
I wanted to use App_Theme, because then I might have some automation when it comes to not hard coding paths for the css. And as you know, you know that mozilla and IE renders differently, and they require different style sheets: ...
Pop-up and parent communication
gayatri_choda -
3 Mar 2006 11:39 AM - 2 messages
Hi, I am calling a pop -up ( a jsp page) window with the Window.open method from the parent ( a jsp page) . My pop-up window contains some input fields. Now on clicking the "Ok" button in the pop-up all the ...
Problem: Euro sign in send mail.
kingski -
3 Mar 2006 11:09 AM - 1 message
Any idea about this? [link] "Can any one help me as i am building a shopping cart and it supports multiple currencies but while sending confirmation mail o customer it does ...
Session State Problem
Joe -
3 Mar 2006 10:56 AM - 4 messages
Hello, I am facing a problem in an ASP.NET application that I have written. When hosted under IIS6 under Default Website, connected users are being disconnected unexpectedly within a time less than the Session Time Out (which is set to 60 minutes in Web.Config and in IIS). ...
Problem: Euro sign in sending email !
kingski -
3 Mar 2006 10:56 AM - 8 messages
Any idea about this ? [link] "Can any one help me as i am building a shopping cart and it supports multiple currencies but while sending confirmation mail o customer it does ...
The parameter 'tempCrystalFileName.rpt' could not be found.
CowBoi -
3 Mar 2006 10:52 AM - 3 messages
Hello there.. i've got the following problem when i tried to run CrystalReport in The parameter 'C:\DOCUME~1\GNSW05\ASPNET\LOCALS~1\Temp\temp_70a7fa98-5a3f-4e72-9ff1-0f0b333db84a.rpt' could not be found. please anyone help me! thanks ...
VS Debugger SLOW when .NET 1.1 installed side-by-side with .NET 2.0
schmurgon -
3 Mar 2006 10:15 AM - 1 message
Debugging my 1.1 framework ASP.NET web application (which talks to a ..NET Web Service on the same machine) has become extremely slow since installing VS 2005 and / or SQL Server 2005. It takes between 2mins to 4 mins to step into the first web page! ...
Persisting Programmatically Added WebParts
Imran -
3 Mar 2006 9:32 AM - 4 messages
Hi, How can I persist a webpart that is added to a page using the webpart managers addWebPart method in asp.net 2.0. My intention is to give the user the ability to load a predetermined collection of web parts by ...
DataList in DataList, how to do it???
Mirek Endys -
3 Mar 2006 9:01 AM - 4 messages
I have DataList as part of DataList item. DataList in DataList. The parent DataList working well including Edit command, that shows Edit template and correctly bind the data into edit template (where is the child DataList).... But in case I want to make Edit in this child DataList it is not working... ...
Gridview cross-page postback
Lupakkiotto -
3 Mar 2006 8:43 AM - 4 messages
HI! Is it possible for a select command in a gridview to cross-page postback? How to do it? I don't find a postbarckURL property... Thank you in advance. Marco ...
ASP.NET ServiceName?
Laser Lu -
3 Mar 2006 6:50 AM - 12 messages
Hi, Does anyone know whether the ASP.NET process is running as a WindowsService? If it is, then what's the ServiceName? Thanks for any replies:) ...
Serious rendering performance issue with ASP.NET 2.0
Spotnick -
3 Mar 2006 6:39 AM - 3 messages
I have no idea why, but since I'm trying to recreate my website using ASP.NET 2.0 I've encountered so many performance issues that I'm about to give up and continue using v1.1 Seriously, how can a page that is not that complicated be so long to render ...
Validation Controls Stopped Working on the server, but work on the local machine
Just D. -
3 Mar 2006 6:23 AM - 2 messages
All, Did anybody see this bug? We're having two login pages in a huge application, both are with validation controls. Everything works just great on two developer's machines working under Windows XP Pro and all SPs installed. When I upload the app to our production server still working ...
upload video clips to the website
qwe85 -
3 Mar 2006 6:21 AM - 2 messages
hi could anyone tell me how to allow my visitors to upload video clips
to the website using asp.net Thank you
--
qwe85
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
Hyper Link in DataGrid
aroraamit81 -
3 Mar 2006 6:15 AM - 4 messages
<ItemTemplate> <asp:HyperLink CssClass="LinkShort" Runat="server" NavigateUrl="TeamUsers.aspx?TeamID=<%#((System.Data.DataRowView)Container.DataItem)["Team_Name"] %>"> <%#((System.Data.DataRowView)Container.DataItem)["Team_Name"] ...
Weird VS Problems with Inheritence
Learnicus -
3 Mar 2006 5:04 AM - 2 messages
Hello, Nothing seems to make any sense anymore. I created a new website which creates a _Default webform. I did nothing to this webform and then created another (Default2) and made it inherit from _Default. If i open Default2 i get errors in the error list and cannot build it. If i ...
Websites Everywhere!!
Learnicus -
3 Mar 2006 4:50 AM - 5 messages
No matter where i choose to create a new application VS2005 tells me that a webiste already exists there. Any ideas? Lenny ...
Set more than one ValidationGroup to a Button?
news.microsoft.com -
3 Mar 2006 4:33 AM - 3 messages
ASP.NET 2.0 Is it possible to set more than one ValidationGroup to a Button? I have two sets of controls on a Web page, into two different ValidationGroups. I would like when the user clicks on a specific button, ...
ASP.NET/VB Receiving Mail
Alex C. Barberi -
3 Mar 2006 2:46 AM - 3 messages
I have this code to get the messages from a mail server, but whenever I try to connect it gives me the error "Cast from string " " to type 'Double' is not valid." Why is it doing this? Here is a sample of the vars I pass to the connect procedure: ...
| |||||||||||||||||||||||