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:878847
More Search Options
RSS Available
Matching Posts
if row exist return true else false??? linq to slq
I have a table that like takes 2 values User1 and User2 and i need to check if User1 and User2 exist in the same row. So like if a row has "Jimmy" and "bob" in it return true. I know simple question but i have no idea how to do it with linq to sql
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
crackerjack1985
on 10/25/2009
CheckBoxList populate?
I have a checkboxlist and all the values are strings. I iterated though the list to get all the values combined them into one long string and uploaded that long string to a database. So like how would i do the complete opposite. Cause like its part of a user profile i set up u click the check boxs that apply and you then have a option to change that later on. So basicly i want to take that long string of values and reselect the box on page load. How would i do that?
Posted to
Web Forms
(Forum)
by
crackerjack1985
on 10/2/2009
Re: CheckBoxList populate?
i have the code to turn it into a string just not the other way around StringBuilder builder = new StringBuilder(); foreach (ListItem li in LookingForCBL.Items) { if (li.Selected) { builder.AppendFormat("{0}, ", li.Text); } } if (builder.Length > 0) { builder.Length -= 2; } string lookingfor = builder.ToString();
Posted to
Web Forms
(Forum)
by
crackerjack1985
on 10/2/2009
Error when creating page named Profile.aspx
When i create the Profile page i get this error "Profile': member names cannot be the same as their enclosing type". The file the error comes from is auto generated in the asp.net temp directory C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\website3\5ad22dc0\ad5f51cd. I have never ran into this problem any ideas how to fix it? I have cleared out the temp folder doesnt help and building in asp.net 3.5. Here is the code that is causing the error. #pragma checksum
Posted to
Web Forms
(Forum)
by
crackerjack1985
on 9/28/2009
Re: Error when creating page named Profile.aspx
Im not using any profiles. I checked my web.config file and only thing with the word profile in it is <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/> I dont know if that is the cause or not but idk renaming the page works but would much rather have it
Posted to
Web Forms
(Forum)
by
crackerjack1985
on 9/28/2009
Re: Error when creating page named Profile.aspx
I found alot of profile like stuff in my aspnetdb.dbml would linq to sql be causing it?
Posted to
Web Forms
(Forum)
by
crackerjack1985
on 9/28/2009
Re: DynamicPopulate with drop down list?
is it even possible to use those extenders at same time on same page and work together?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
crackerjack1985
on 8/31/2009
Re: DynamicPopulate with drop down list?
Tried using update panel didnt work.... Okay the textbox that i have to get the string from is using the autocomplete extender. Which does not trigger the OnTextChanged event..... So how do i get autocomplete(textbox) and dynamicpopulate(dropdownlist) to work together?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
crackerjack1985
on 8/30/2009
Re: DynamicPopulate with drop down list?
no one any ideas?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
crackerjack1985
on 8/30/2009
Re: DynamicPopulate with drop down list?
yep completely lost have no idea where to put $find('behaivor').set_contextKey($get('TextBox1ClientID').value);
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
crackerjack1985
on 8/29/2009
Page 1 of 2 (19 items) 1
2
Next >
TechNet Edge:
ISA to TMG Migration Guidance
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Channel 9:
BugCamSmash in Action!
Channel 9:
Virtual Earth Videomap Movies
TechNet Edge:
AD RMS Certificates and Licensing on the Client and the Server
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13 [C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13]
Channel 10:
Bing Launches 2nd Homepage Photo Contest
Channel 10:
Bing4Free Lets You Use Bing.com Images for Desktop Wallpaper
Channel 10:
Bing Updates: Streetside Views, Photosynth, and "Mapplications"
Channel 10:
Bing for Windows Mobile Updated
WindowsClient:
New WPF Showcase: Bling Tweets
WindowsClient:
Tale of two tweets - VS beta - is it busy 70% of the time or is it brilliantly fast?
TechNet Edge:
Forefront TMG URL Filtering and MRS
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online