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:827018
More Search Options
RSS Available
Matching Posts
LINQ problem
Hi, sorry if this is a wrong post. I've written following query which is working perfectly. IEnumerable<MenuQueryData> menuItemList = (new[] { new MenuQueryData { ID = -1, Name = "Technology", ParentID = null, ProjectName = "PROJECTNAME" } }).AsQueryable<MenuQueryData>().Union( (from childTech in Context.Technology join parentTech in Context.Technology on childTech.ParentTechnologyId equals parentTech.ID join proj in Context.Project on childTech.ID equals proj
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
shashankgwl
on 12/3/2009
Re: Regex for a file on local network
[quote user="tali_ee"]\\myServer\myFolder\MyFile[/quote] try this @"(?<repeatThis>\\\\\w+\\\w+)\1*"
Posted to
Web Forms
(Forum)
by
shashankgwl
on 11/25/2009
Re: Urgent help, sql data source, complete confusion?
it is System.Data.SqlClient; add a reference to Sysem.Data if the editor doesn't recognize System.Data.SqlClient;
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
shashankgwl
on 11/6/2009
Re: Help regarding Silverlight Installation
I've these files. Silverlight3_Tools.exe Silverlight 3 Toolkit July 2009.msi and the usual silverlight plugin.
Posted to
Getting Started
(Forum)
by
shashankgwl
on 11/6/2009
Re: thread abotred error
Does it affect the application? why i'm asking this is bcoz Response.Redirect also throws ThreadAbordException but never doesn't affects any application.
Posted to
Web Forms
(Forum)
by
shashankgwl
on 11/6/2009
Re: Algorithm for validating multiple textboxes together in a stack type manner
this can be done more easily in javascript function checkAllTextbox() { var textboxes= document.getElementById('<%= DataList.ClientID %>').getElementsByTagName('input'); for(i=0;i<textboxes.length;i++) { if(textboxes[i].type=='text') { if(textboxes[i].value='') { alert('blank textbox not allowed'); return false; } } } }
Posted to
Web Forms
(Forum)
by
shashankgwl
on 11/5/2009
Re: Upload multiple files using a single uploadcontrol
why don't u spend some time and give a try to the silverlight fileupload, it won't take long for you to realize its power. We upload over 800MB of video files parallely and within a few minutes (in our internal network)
Posted to
Web Forms
(Forum)
by
shashankgwl
on 11/3/2009
Re: Upload multiple files using a single uploadcontrol
[quote user="venkatu2005"]The thing - he was asking is he has one fileupload Control - and able to upload multiple file - by creating a dynamic fileupload control the thing is for the first file he has to store it on Folder1 , then the file in the Second fileupload control has to store it on Folder2[/quote] These kindof things doesn't solicit a speciallly made custom control and can be achieved using some http trick for e.g. sending the folder name in the querystring or in a form variable
Posted to
Web Forms
(Forum)
by
shashankgwl
on 11/3/2009
Re: Custom login control
1. You'll not be able to override its UI generation code coz you've to give call to MyBase .Render(writer), so it'll render a table for sure. 2. what is LayoutTemplate 3. You can create a control of your own from scratch, for e.g. i've ajaxed the same login control so that validation occurs on the client side http://shashankbhide.blogspot.com/2009/03/ajaxing-login-control.html
Posted to
Custom Server Controls
(Forum)
by
shashankgwl
on 10/30/2009
Re: Custom login control
[quote user="m_b"]I can do everything I need to with the standard controls the only problem I have is the fact they render with tables rather than divs.[/quote] You've to accept that when you call MyBase .Render(writer), the framework renders the UI code and prepares a table, and this behaviour can't be overridden.
Posted to
Custom Server Controls
(Forum)
by
shashankgwl
on 10/30/2009
Page 1 of 192 (1914 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online