all groups > asp.net > march 2006 > threads for saturday march 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
Hyperlink inside label WebControl
Posted by Christian Hofmann at 3/4/2006 10:29:55 PM
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
possible.
The o... more >>
How to fire validation in CreateUserWizard next button?
Posted by winnie_us99 NO[at]SPAM yahoo.com at 3/4/2006 9:18:50 PM
Hi All,
I am trying to do validation on my text field before going to the
next page to create a user. It doesn't look like the next button will
fire any validation. Am I missing something? Can anyone please help me
with this?
I am attaching my code piece. Thank you in advance for ... more >>
ass values between two pages
Posted by Jason at 3/4/2006 6:53:43 PM
hi all,
when a user click a button on 'parent' page, then 'child' page pop-up and get
focusd. When user select data from two dropdown box (or other controls), then
they click submit button at 'child' page, then the 'child' page closed itself
and return values to 'parent' page (two textbox).
... more >>
show collapsible datagrid headers
Posted by cooltech77 at 3/4/2006 4:45:27 PM
Hi,
I am trying to build the following functionality in the datagrid.
I have a lot of columns in the datagrid which are being populated from the
database and the user needs to scroll horizontally to view these coloumn
names.
So I want to group them into
categories which will fit into a... more >>
Validating a hidden control?
Posted by Bill Cohagan at 3/4/2006 4:21:00 PM
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.
I realize that in a sense it doesn't make sense to... more >>
Audio Video Online Store
Posted by Gorga at 3/4/2006 3:48:06 PM
Than will be engaged today?
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
Problems with dynamic LoadControl
Posted by Andreas at 3/4/2006 3:31:11 PM
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
UserControl.
Example:
Test.aspx:
Private Sub P... more >>
RadioButtonListControl
Posted by BobLaughland at 3/4/2006 3:15:36 PM
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, ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to Access ASP.NET Session State from Application_Error
Posted by Daflookie at 3/4/2006 3:02:27 PM
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
normal page (or class file that doesn't inherit from system.web.ui.page) and ... more >>
SqlMembershipProvider question
Posted by anon2005 NO[at]SPAM comcast.net at 3/4/2006 2:16:58 PM
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
this to work? Kind of a hack a... more >>
Probleme mit LoadControl
Posted by Andreas at 3/4/2006 2:05:17 PM
Hallo zusammen,
ich k=E4mpfe seit Tagen mit folgendem Problem und habe bisher leider
keine L=F6sung gefunden. Vielleicht kann mir jemand helfen:
Ich m=F6chte auf einer Seite (test.aspx) ein bestimmtes UserControl
(Kunden.ascx) dynamisch per LoadControl mehrmals einbinden. Dabei soll
dem Use... more >>
.mspx extension
Posted by mensuur at 3/4/2006 1:56:28 PM
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?
--
mensuur... more >>
Can't see ASP control
Posted by Toufik at 3/4/2006 1:38:41 PM
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
web control.
Here is the page code.
thanks for any help
<%@ Page Language="vb" Auto... more >>
body.style?
Posted by Progman at 3/4/2006 1:37:08 PM
<body id="body"
style="background-image:url(../../Pictures/System/CountryMosaic.JPG)">
how do i get/set body.style from asp.net?
... more >>
Web.Config AppSettings & Caching
Posted by Fred Nelson at 3/4/2006 12:13:38 PM
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
I'm trying to sav... more >>
Link to another url
Posted by et at 3/4/2006 10:18:18 AM
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?
Thanks for your help, I hope the above makes sense.
... more >>
debugdiag webengine.dll
Posted by stine at 3/4/2006 10:08:26 AM
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"
of which I can find absolutely nothing about on the internet. ... more >>
DataGrid Edit problem after sort
Posted by keys4worship at 3/4/2006 9:13:56 AM
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
only happened after the datagrid was sorted. I placed the row in edit
mode. Almost eve... more >>
Q: Remote database connection
Posted by JIM.H. at 3/4/2006 7:01:26 AM
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
that be slow? Should I sue Web Services to connect da... more >>
must I upgrade asp.net to 2.0 to access SQL 2005?
Posted by HK at 3/4/2006 12:12:15 AM
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
websites to 2.0? I'm really worried about crashing the current websit... more >>
How to get value on postback Dynamically Created controls by javascript
Posted by Amit Maheshwari at 3/4/2006 12:00:00 AM
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.
the code is like
<script language="javascript">
<!--
//to count no of file upload controls
var... more >>
Best visual studio package for non commercial use
Posted by Benny Dein at 3/4/2006 12:00:00 AM
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 ... more >>
Global.asax 2.0 Why did they do that?
Posted by Learnicus at 3/4/2006 12:00:00 AM
Why has Global.asax become a script file in 2.0?
I cant find any documentation on the rational for this change?
Lenny
... more >>
|