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:632588
More Search Options
RSS Available
Matching Posts
Re: Casting LINQ as Typed Data Table (using LINQ Results and ObjectDataSource for Filtering)
OMG If you want to post a "I don't think that's a good idea anyway" reply, at least add something to help the situation! The code I have posted is a simplification of what I am trying to do . It illustrates the problem in as simple terms as possible. Do you really want me to post hundreds of lines of classes, page-behind and interactions so you can sift through and approve them before you answer?
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
JLibertor
on 12/18/2007
Casting LINQ as Typed Data Table (using LINQ Results and ObjectDataSource for Filtering)
I have a simple setup of a Typed DataSet connected to a ObjectDataSource. I am using a middle tier function for my CRUD and filtering. I am experimenting with using LINQ to filter the data. But quite simply The following code doesnt work: ---- Dim uTable, returnTable As UserDataTable uTable = _Adapter.GetData() Dim results = From rows In uTable.Rows Select rows returnTable = results ---------- But "results" can not be converted to the type UserDataTable. "results" is of the type
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
JLibertor
on 12/17/2007
Filed under: objecttdatasource, linq
Re: Dynamically Create Gridviews
Thanks I'll check this article out.
Posted to
Data Presentation Controls
(Forum)
by
JLibertor
on 1/29/2007
Dynamically Create Gridviews
I have a nice little gridview on my page. But I want to create many instances of this gridview on the same page, and I want to dynamically create a new gridview at runtime. (For example I want to have a categories table, and if the user enters a new category, then a new gridview will be boudn to that category type) It's straight forward as to how to dynamically add a textbox, but is there a good way to take a snapshot of my lovely gridview, and dynamically stamp it out for each catagory? Alternately
Posted to
Data Presentation Controls
(Forum)
by
JLibertor
on 1/16/2007
Lose reference to Strongly Types Masterpage
I am using one single MasterPage. I strongly referefnce it as follows. <% @ Page Language ="VB" MasterPageFile ="~/Secure.master" AutoEventWireup ="false" CodeFile ="StationStatus.aspx.vb" Inherits ="RepLink_StationStatus" title ="Station Status" %> <% @ MasterType virtualPath ="~/Secure.master" %> But sometimes when I attempt to access somethign on the MasterPage VS 2005 keep saying this: It compiles and runs, but it is drivign me nuts! Thanks!
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
JLibertor
on 1/12/2007
Filed under: asp.net 2.0, masterPage pages
Re: DataAdapter Handling NULL Values
<Sarcasm> OK, since no one here or at MS has any reason for not allowing NULLs or can state the prefered method for how to handle NULLs coming back from the database, then I will be forced to make something up. Tomorrow I will tell my SQL counterpart that, from now on, whenever he encounters a NULL, wrap it in an ISNULL and return the number -12,456. Feel free to adopt my new standard. </Sarcasm>
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
JLibertor
on 12/15/2006
Re: Invalid postback or callback argument.
I noticed that in my case, the Invalid Post back was not the real problem. Actualy the page was hanging. Only when I clicked the button twice did I get the error. (I still don't know why it's hanging)
Posted to
Migrating from ASP.NET 1.x to ASP.NET 2.0
(Forum)
by
JLibertor
on 12/14/2006
DataAdapter Handling NULL Values
(After some research on the forums I can't seem to get an answer on this one. I'll keep it simple.) My SQL table has NULL values in an Integer Column . I create a DataAdapter and DataTable for this table. When I fetch the data it crashes saying "Columns of type INT can not be NULL " (paraphrase) OK, so do I have to add ISNULL around every column that could be NULL?? What does Microsoft intend for me to do? Should I ISNULL it to -1? Should ISNULL it ti 0? I can "get it to work" , but I don't want
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
JLibertor
on 12/12/2006
Filed under: ObjectDataSource DataSet Multitable, Table Adapter, TableAdapter, TableAdapters, tableAdapters scope_identity dal
Re: Offer Generic .NET page to 100 customers
Update: Masterpages worked very well. I simply created one master page for each site. When the user logs in I determien where they are from. Then when each page loads I simply change their master page programatically. Works like a charm.
Posted to
Web Forms
(Forum)
by
JLibertor
on 12/12/2006
Re: Invalid postback or callback argument.
Well I am workign with two data list columns (just like Zeus) I have EnableEventValidation ="false" I am NOT binding on postback. NOW WHAT!?
Posted to
Migrating from ASP.NET 1.x to ASP.NET 2.0
(Forum)
by
JLibertor
on 12/11/2006
Page 1 of 3 (22 items) 1
2
3
Next >
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Channel 10:
A Look Behind Mouse 2.0
WindowsClient:
Using Speech Synthesis in .NET 4 and Windows 7
Channel 10:
Office 2010 "5 Rules" Presentation
ASP.NET:
Live Preview jQuery Plugin
WindowsClient:
Remember JScript closures capture all variables in scope
TechNet Edge:
UAG reaches RTM
Channel 9:
Who, What, When, Where, Why and How of MIX10
Channel 10:
Berlin Wall in Silverlight
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 2, Installation
Silverlight:
Contributing to the SL HVP
Silverlight:
Best SF Books of All Time
Channel 9:
Reactive Extensions API in depth: Repeat
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
Channel 9:
The Visual Studio Documentary: Dan Fernandez Full Length Interview
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
TechNet Edge:
Windows 7 XP Mode User Experience
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online