Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:694450
More Search Options
RSS Available
Matching Posts
Re: Adding, or changing, paramteres for ObjectDataSource Update
Sorry about that, that was a typo, I meant Inserting, not Updating. I still couldn't get it to work, but I found another way of doing it.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
emmav
on 12/1/2006
Adding, or changing, paramteres for ObjectDataSource Update
Where would be the correct place to edit or add the parameters for an update function on a ObjectDataSource? I've tried ObjectDataSource.OnInserting e.InputParameters.Add( "Customer" , Customer); e.InputParameters.Add( "Location" , Location); But it doesn't seem to affect it, what am I doing wrong?
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
emmav
on 11/30/2006
Re: How to print different records separately using ASP.NET?
Not entirely sure what you're asking, but: Look into printer specific stylesheets: http://www.w3.org/TR/REC-CSS2/page.html After each student record put: < p style= "page-break-after: always" > </ p > That should force it to go to next page, assuming the browser supports it that is
Posted to
Web Forms
(Forum)
by
emmav
on 11/29/2006
Re: Write PK ID to related tables
You could add it to the session on PageView1: Session.Add( "AppID" , yourField); Then read it back into PageView 2 with: Session[ "AppID" ]
Posted to
Web Forms
(Forum)
by
emmav
on 11/28/2006
Re: DropDownList based on data Control inside another Control
What I couldn't do with FindControl I could do with this function: 1 protected static Control FindControlRecursive( string Id, Control Root) 2 { 3 if (Root.ID == Id) 4 return Root; 5 6 foreach (Control Ctl in Root.Controls) 7 { 8 Control FoundCtl = FindControlRecursive(Id, Ctl); 9 if (FoundCtl != null ) 10 return FoundCtl; 11 } 12 return null ; 13 } (lifted from http://www.west-wind.com/WebLog/posts/5127.aspx ) and using 1 DropDownList Customer = FindControlRecursive( "KundeDropList" , FormView1
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
emmav
on 11/28/2006
Re: DropDownList based on data Control inside another Control
By doing it programatically rather than using the designer? I tried using FindControl as in: DropDownList Customer = (DropDownList) FormView1.FindControl( "KundeDropList" ); But it won't have any of it, saying "Object reference not set to an instance of an object."
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
emmav
on 11/27/2006
DropDownList based on data Control inside another Control
Ok, so I have a FormView with a Customer dropdown, and a Location dropdown. The Location dropdown is dependant on the Customer dropdown. "Easy," I think. But no. The Location drop down works when it and the Customer dropdown is placed outside the Formview. But when they are both inside the formview they don't as they aren't in the right scope(or whatever). I've tried CustomerDropDown, but to no avail. Anyone have any ideas on how to manage this?
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
emmav
on 11/24/2006
Filed under: Data Access, DataSet, DropDownList
Page 1 of 1 (7 items)
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online