all groups > asp.net > february 2008 > threads for sunday february 10
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
AJAX client script bug with validator
Posted by Andrew Jocelyn at 2/10/2008 10:40:04 PM
Hi
I'm getting a Javascript error when I move my development application to a
production server. I have an page with an UpdatePanel and a RadioButton
which switches between a TextBox or a FileUpload control both with
validators. On the development server the validators work correctly but wh... more >>
Table HEIGHT setting
Posted by Alex Maghen at 2/10/2008 9:47:01 PM
Hi. Forgive me if thisn't *exactly* the right place to post this. I am having
a strange problem where I want to set a table's HEIGHT (not width). When I do
it using:
<Table style="width:75%; height:100%;">
....the Width setting works everywhere. HOWEVER, the Height setting works in
the Vi... more >>
Dumb JavaScript question - how to use \\ not as a comment?
Posted by John Kotuby at 2/10/2008 9:45:52 PM
Hi all,
I am trying to learn how to use regular expression objects in JavaScript.
I am missing some very basic JavaScript concept.
While playing around with regular expressions from a 3rd party regex
creator, I tried pasting a regex expression that contained \\ into a
JavaScript function w... more >>
Setting the Form.DefaultButton from CodeBehind
Posted by Alex Maghen at 2/10/2008 9:43:00 PM
Hi. I have a MasterPage but on each particular page that uses it, I need to
be able to set the DefaultButton for the Form for that page. From the .cs
file of my ASPX page, I have tried:
- Form.DefaultButton = MyButton;
- Form.DefaultButton = MyButton.ClientID;
Both of these result in a runt... more >>
ListView in ASP.NET/.NET 3.5
Posted by Jimmy B at 2/10/2008 8:28:39 PM
Hello,
Does new ListView Control in .NET 3.5 support directly fixed headers,
anyone tested yet?
Cheers
... more >>
Update and Insert problems in ListView
Posted by shapper at 2/10/2008 4:14:44 PM
Hello,
I created a ListView with a LinqDataSource and a DataPager. I have two
problems:
1. When I insert a record I get the following error:
LinqDataSource 'ldsTags' has no values to insert. Check that the
'values' dictionary contains values.
2. When I update a record the value is ... more >>
Best practice error handling?
Posted by gnewsgroup at 2/10/2008 3:35:56 PM
I am wondering what's considered the best practice error handling in
asp.net.
I know that each application is different and thus has different
requirement. So, let's say in general what is considered the best.
1. I know that we can handle errors in the catch block. But, I think
it is a lo... more >>
ASP.NET Usind Access DB
Posted by Paul W Smith at 2/10/2008 2:17:58 PM
I am converting a site from ASP to ASP.NET.
In the ASP site I used an Access DB which used some user defined functions
written in VBA modules. The ASP site used queries that contained these user
defined functions without issue.
The new ASP.NET site uses exactly the same Access DB, but it ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Scrolling GridView with fixed Header
Posted by Jimmy B at 2/10/2008 1:50:37 PM
Hello folks,
Does anyone of you know any Open Source GridView Extension
that has vertical Scrollbar and fixed Header?
Tried to Google but didn't find any proper (because of Css).
It should work in IE, Firefox and Opera.
Cheers!
... more >>
DefaultFocus Does not Work in IE?
Posted by dmeglio@gmail.com at 2/10/2008 1:44:23 PM
I've just upgraded a project to ASP.NET 3.5 and VS2008 from .NET 1.1.
All is going well. I noticed a great new attribute on the <form> tag
called DefaultFocus. I gave it a try. When I load up my page in IE,
nothing is different. However, in FireFox, my txtUsername is given
focus. Any reason why ... more >>
writing parameter dynamically
Posted by Adam Right at 2/10/2008 4:04:54 AM
Hi All
How can i write dynamic parameter for a java script function in<asp:image>
tag?
for static usage like ;
onmouseover="ChangePicture('images/blue.gif')"
works fine.
I have to use single quotes because the parameter must be string. If i try
like that;
onmouseover='<%# "ChangeP... more >>
|