all groups > asp.net > march 2008 > threads for friday march 21
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
Can multiple aspx pages be linked to the same code behind file?
Posted by dan at 3/21/2008 8:32:52 PM
I have 5 aspx pages that I'd like to share the same code behind file. Those
pages have the same set of 'core' controls and object data sources. Is this
a good practice? It seems that VS2005 cannot handle it - gets into an
endless loop of reading the aspx files.
Any alternatives?
Thanks,... more >>
Validating Dates In GridView
Posted by Just Me at 3/21/2008 7:28:47 PM
Hi people.
I am attempting to determine how best to prevent a users date entry in an
update action from causing a format exception. The dates are UK, but the
user may try to put in a 'US' format.
I have a datasource which is wired to my DAL/update function.
1.) On the server side.
Wh... more >>
ObjectDataSource maximumRows always = -1
Posted by Leslie at 3/21/2008 5:03:00 PM
I am using an ObjectDataSource control to provide data to a GridView control.
I have "AllowPaging" set to true for the GridView.
The Select statement for the ODS is below:
public List<AdInfo> ReadDistinguishedName(string strStartingFrom,
string strLastDisplayName, int maximumRows, int sta... more >>
CreateUserWizard custom steps
Posted by Joe at 3/21/2008 2:08:22 PM
Hello all!
The first step I have allows the user to choose 1 or 2 options. If they
choose the 2nd one I want to skip the next step in the wizard and go right
to the 3rd step. Is there anyway to do this? I thought I could use the Next
event but that doesn't allow me to change to set the Next... more >>
Text box TextChangedEvent not firing
Posted by Sue at 3/21/2008 1:39:56 PM
I have a textbox box and a date picker.When i select a date through
the date picker, it fills the textbox with the selected date.Now, i
have a text changed event for the textbox. This event fires only if i
key in a date manually and not if i use the date picker.
How can i make the textchanged... more >>
ObjectDataSource and GridView
Posted by Just Me at 3/21/2008 1:01:55 PM
Hi,
I am using the gridview with a business object ( just a function which
updates using a stored proc on sqo2005 ). Anyway.
Basically, the reord displayed in the grid is simple
ExpenseWeekID WeekEndingDate AmountPaid.
OK, now, when I click the edit link on the gridview, it puts ... more >>
Different DetailsView templates for items in a GridView. Is it possible?
Posted by bogdan at 3/21/2008 1:01:33 PM
Hi,
Can a single GridView be 'connected' to DetailsView that renders itself
differently based on the currently selected row?
I have a GridView with rows that could be displayed in the same way in the
view (like a report) but when a user wants to edit/insert items I'd like to
show a differe... more >>
parent window information
Posted by CSharper at 3/21/2008 12:58:20 PM
Could some one tell me the difference between how popup window and new
window get parent information?
Thanks.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
GridView1_RowUpdated problem
Posted by Ed Dror at 3/21/2008 12:38:00 PM
Hi there,
I'm using ASP.NET 2.0 VB
I have a grid view based on Vendor table with SQLDatasource1
I wrote (I created a labels to hold the values from the grid +
User.Identity.Name for inserting them into a LogTable)
Protected Sub GridView1_RowUpdated(ByVal sender As Object, ByVal e As
Sy... more >>
Request obj returnin http always even in when the browser url is h
Posted by Suba at 3/21/2008 12:13:01 PM
Hi
I having a similar issue.
my website url has https://blahblahblah but when i do
Response.Write(Request.Url); it writes the url with http..........its really
strange........i dont have a clue why the url in my browser has https and
request.url has http...........
using the request... more >>
Control embedded in ModalPopup and pass it a parameter
Posted by jeffbellus@gmail.com at 3/21/2008 12:10:52 PM
Hi,
I've been struggling with this....I have a web page (VS 2008) that
contains a modal popup. That modal popup has a panel in it that is a
user control. How can I pass that user control a parameter? I will
be using this control on a few different pages.
It goes like this: A gridview di... more >>
ASP question
Posted by CSharper at 3/21/2008 11:18:12 AM
Quick question on ASP (still in ASP), if it is a wrong please let me
know. I am very new to Web development so please bear with me if it is
something simple.
I have a asp page which has two frames. From one from I click a link
which will open a popup page. While I am in the popup page, I need ... more >>
Debugging A Thread
Posted by OldButStillLearning at 3/21/2008 11:09:02 AM
I'm getting a "TypeLoadException" error soon after I invoke a thread. It is
identifying a Enum member is a class for which there is a "reference to".
Anyway I am trying to step through the process to see the exact instruction
which is causing the process to fail, but for some reason I am not... more >>
Web 2.0 Secrets Revealed
Posted by internetbusinessrnfm@googlemail.com at 3/21/2008 9:53:13 AM
Almost everybody seems to be talking about Web 2.0 these days. Never
mind the fact that many people throw around the term without knowing
too much about it.
Do you do that too? Don't worry. You're not alone. But it's time you
explored what it was. Free information available here
http://www.s... more >>
postback resetting checkbox state
Posted by Chris at 3/21/2008 9:47:24 AM
I've got a gridview with a column of checkboxes. If I check off any
number of them, and perform a postback, they all go back to being
unchecked. What options do I have for getting around this?... more >>
Need Javascript for mm/dd/yyyy format
Posted by iHavAQuestion at 3/21/2008 9:23:00 AM
I need to dispaly 'mm/dd/yyyy' on a text box(aspx page) by default.
When the user enters the date(only numerics) in the text box it should take
the date in that order.
eg.. if the user enters 01012008 on that text box, it should display
01/01/2008, adding '/' by itself.
if the user enter... more >>
new line in tooltip
Posted by rodchar at 3/21/2008 7:23:06 AM
hey all,
is there any way to do a carriage return in a tool tip?
thanks,
rodchar... more >>
Testing SSL locally without a Certificate on XP
Posted by jc at 3/21/2008 6:09:24 AM
I recall being able to test SSL without a certificate on win 2000.
However, on XP sp2 under IIS I can't seem to Add new websites so I'm
limited to the one Website. I can create new virtual directories under
the default website, but I can't seem to add SSL security to a test
web service I've cr... more >>
|