moon privatdetektiv , www detektei , der privatdetektiv , detektei
frankfurt am , detektei erfurt , monk privatdetektiv , zad detektiv ,
detectiv , + + + + +++ DETEKTEIEN DETEKTIVE ONLINE +++ DETEKTEI HAMBURG +++
PRIVATDETEKTIVE +++ + + http://WW
Fri, 5 Feb 2010 12:53:02 -0800 (PST)
moon privatdetektiv , www detektei , der privatdetektiv , detektei
frankfurt am , detektei erfurt , monk privatdetektiv , zad detektiv ,
detectiv ,
+
+
+
+
+++ DETEKTEIEN DETEKTIVE ONLINE +++ DETEKTEI HAMBURG +++
PRIVATDETEKTIVE +++
+
+
http://WWW.NBR-DETECTIVE.NL
http://WWW.NBR-DETECTIVE.NL
http://WW ...
|
Content Page ajax
Fri, 5 Feb 2010 15:14:08 -0500
is there a way to refresh just the content page part of a master/content
page aspx?
example: my master page contains a menu that will never ever change.
It contains a footer that will never ever change.
So when I click on a menu...I just want to refresh the content page.
How would I go about setting som ...
|
Canceling ObjectDataSource selecting event
Fri, 5 Feb 2010 10:41:01 -0800
Hi,
I want to evaluate parameters passed by ListView to ObjectDataSource and
cancel this event in a case of error.
If I set Cancel property of the ObjectDataSourceSelectingEventArgs to true,
my ListView is completly wiped out - it will not be generated at all. Other
controls on a web page are displayed ju ...
|
Simplify code to pass parameters
Fri, 05 Feb 2010 15:34:40 GMT
I used a sub in which need to pass about 15 parameters. How to simplify it?
Protected Sub test(ByVal _a As String, ByVal _b As String) //about 15
parameters will pass
Dim s As String = "insert into AAA a, b value(" & _a & ", " & _b & ")"
End Sub
--
Message posted via DotNetMonster.com
http://www.dotn ...
|
Enterprise Library Instrumentation and microsoft exception handling
block.
Fri, 5 Feb 2010 06:44:18 -0800 (PST)
hi all
i have used microsoft's exception handling block for publishing
exception to event viewer. but i am getting very different error when
exception occured on production. error source displayed as "Enterprise
Library Instrumentation" ad error discription varies but mainly like
"Failed to create instances ...
|
ObjectDataSource nulling GridView
Thu, 4 Feb 2010 15:43:20 -0800
I have a GridView object that is using an ObjectDataSource, but when I get I
do a GridView1.DataBind(), the following method gets called:
<asp:ObjectDataSource ID="ObjectDataSource1" EnablePaging="true"
runat="server" SelectCountMethod="GetRowCount"
SelectMethod="BindControl" TypeName="AutoUPS.A ...
|
ObjectDataSource and SqlDataSource parameters
Thu, 4 Feb 2010 14:25:00 -0800
I have a GridView that has both SqlDataSources and ObjectDataSources. I use
to only have 3 SqlDataSources and I usually set my parameters in a method
where I pass the SqlDataSource as a parameter and set the parameters based
on which parameter is passed.
***************************************
pro ...
|
|
|
Paging using Gridview and ObjectDataSource
Thu, 4 Feb 2010 13:58:29 -0800
I have a GridView that I page using ObjectDataSource:
<asp:ObjectDataSource ID="ObjectDataSource1" EnablePaging="true"
runat="server" SelectCountMethod="GetRowCount"
SelectMethod="BindControl" TypeName="DAO"
StartRowIndexParameterName="startRowIndex"
MaximumRowsParameterName="maximumRows" ...
|
Which Controls to Build a Parent/Child Web Form
Thu, 4 Feb 2010 17:06:55 -0000
Hi there,
I'm quite new to asp.net, but know exactly how to do this using classic ASP,
but would like some pointers for aspnet2.
I've got data being returned from an SP which looks like this:
HeaderItem ChildItem
A A1
A A2
A A3
B ...
|
editing a gridview row
Wed, 3 Feb 2010 21:08:01 -0800
There is a gridview that has a date column in it that in the edit is
available for editing. Currently, the users are use to using the little
calendar button on the end of the textbox to show and use the calendar. In
the gridview I would prefer not to use that but rather when user enters the
date field the ...
|