all groups > asp.net > march 2007 > threads for sunday march 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 31
Display Integer without decimal
Posted by pargat.singh NO[at]SPAM gmail.com at 3/25/2007 5:36:40 PM
Hi Everyone:
I have a grid view which is bound to dataset from oracle store
proceduer. I have a number filed but it is showing in decimal like
0.0000 or 24.0000 etc. Can someone please tell me how can show o or 24
only without decimal. I tried dataformatstring prorerty of bound field
but ... more >>
MS Ajax.NET extensions - OnTextChanged to OnKeyPress
Posted by Grant Merwitz at 3/25/2007 3:03:17 PM
Hi
I am trying to implement the Microsoft Ajax.NET extensions to perform a
lookup on a key press of a text box.
What this will do is once a user enters a letter into the textbox,
this will filter a list from a database and populate some filtered options
for the user to choose in a seperat... more >>
Best practice - dynamic controls vs page life cycle vs viewstate
Posted by HP at 3/25/2007 2:55:59 PM
Hi there
The problem of dynamically created controls vs viewstate is widely
known one. To access values of controls they have to be recreated on
Page_Load.
Unfortunately it causes many problems in the following (rather common,
I guess) scenario:
The controls are created dynamically. Thei... more >>
Controls.Add() for a Web User Control doesn't instansiate its child controls
Posted by Ofer Zelig at 3/25/2007 1:55:33 PM
I'll describe the simplest situation of the problem.
I have a simple Web User Control which only contains a: <div id="bla"
runat="server" /> .
I dynamically add it to a page, by performing:
SomeCtl ctl = new SomeCtl();
this.Controls.Add(ctl);
and of course apply a <% @ Register %> tag i... more >>
Failed to start monitoring changes to '....\web.config' because access is denied.
Posted by Polaris431 at 3/25/2007 11:36:07 AM
I've spent 8 hours trying to get my ASP.NET app to work but to no
avail. I am running ASP.NET 2.0 on a Windows 2003 server. I am using
IIS 6.0.
When I run my application, I get the error message:
Failed to start monitoring changes to 'xxx\web.config' because access
is denied.
(where xxx ... more >>
Session Variable in Application_Error
Posted by bmukulu NO[at]SPAM gmail.com at 3/25/2007 11:19:09 AM
Hi,
I am trying to add some error handling in a Global.asax file. I am
declaring a session variable within the Application_Error procedure.
However, everytime i try to pass something into the sessionstate i get
a error message of 'Object reference not set to an instance of an
object.' Is ther... more >>
Directory.Exists issue
Posted by Santel at 3/25/2007 7:32:08 AM
Hi,
If I use Directory.Exists("C://Documents and Settings//username//
Testing); it always returns false. But the directory is existing in
the specified folder. It is not searching any folders under "C://
Documents and Settings//username".
Anyone please suggest what are the possibilities of ... more >>
How to have dates in dd/mm/yyyy format?
Posted by Eric Layman at 3/25/2007 12:00:00 AM
Hi,
In general, how do u configure/script to allow .net to accept date in
dd/mm/yyyy format?
By default, my sys only allows mm/dd/yyyy format.
Eg:
Take alook at
<asp:RangeValidator ID="RangeValidator1"
ControlToValidate="dob"
MinimumValue="01/01/1901"
MaximumValue="31/12/20... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
RegularExpressionValidator generates a if its a valid expression.
Posted by Eric Layman at 3/25/2007 12:00:00 AM
Hi,
Did anyone notice that RegularExpressionValidator generates a if the
value is a valid regexp?
It shifted my alignments.
Anyone knows how to rectify this problem? Or notice this problem?
On .net 1.1
Posted Via Usenet.com Premium Usenet Newsgroup Services
-----------... more >>
how do u style server side controls?
Posted by Eric Layman at 3/25/2007 12:00:00 AM
Hi,
Sorry. I'm happily writing scripts / converting scripts to asp.net
Then i realise: How do i apply style sheets to the controls?
Usually i can just
<input type="text" class="mycssclass">
how do i do that with asp.net controls now?
lol.
Please advise. Thanks
Posted Vi... more >>
Possible to print an upload document with asp.net ?
Posted by user at 3/25/2007 12:00:00 AM
Hello !
i just you like to know if it's possible to print an upload document with
asp.net ?
People will upload a document that will be directly print on a printer
connected to the asp.net server...
Thanks for some help ..
... more >>
|