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:606165
More Search Options
RSS Available
Matching Posts
Re: Upload short vedio to a small website
Check out the below URL, I believe it can help you. http://www.codeproject.com/KB/aspnet/VideoUploaderControl.aspx Cheers!
Posted to
Web Forms
(Forum)
by
Vishal
on 11/26/2009
Re: Ajax Control Toolkit
I don't think you need to add reference to the dll. Just try droping the dll in the 'bin' directory of your web application.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Vishal
on 11/19/2009
Re: some one have an idea to change this code....
With regards to your previous post, you mat not be gettin results when you select only rule and state because in that case the city will be passed as a blank string. The the stored proc. will try to look for records matching your rule and state and a blank city, which may not exist and thus no records will be returned. The first thing you need to do is to determine exactly how you want your search to work. Do you want all the parameters compulsory? Or do you want to keep only the first mandatory
Posted to
Data Presentation Controls
(Forum)
by
Vishal
on 11/18/2009
Re: some one have an idea to change this code....
You're most welcome!
Posted to
Data Presentation Controls
(Forum)
by
Vishal
on 11/18/2009
Re: some one have an idea to change this code....
Modify your stored procedure as below so that it will ignore city in search when it is blank: ALTER PROCEDURE dbo.advancedSearching @indexKindword varchar(250), @indexKindword2 varchar(250), @indexKindword3 varchar(250) AS IF LEN(LTRIM(RTRIM(@indexKindword3))) > 0 BEGIN SELECT [companiesIndex].indexCatID, [companiesIndex].compantName, [companiesIndex].companyAddress, [companiesIndex].companyState, [companiesIndex].companyCity, [companiesIndex].companyPhone, [companiesIndex].companyFax, [companiesIndex
Posted to
Data Presentation Controls
(Forum)
by
Vishal
on 11/18/2009
Re: Ajax Control Toolkit
It appears you're using a beta version of the toolkit. Download and use the one from the below URL: http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33804 Hope it helps!
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Vishal
on 11/18/2009
Re: Queries in Serialization
I believe the below links will help you get started: Technical information: http://msdn.microsoft.com/en-us/library/system.runtime.serialization.serializationinfo.aspx Detailed article: http://aspalliance.com/983_Introducing_Serialization_in_NET.all Hope it helps!
Posted to
Getting Started
(Forum)
by
Vishal
on 11/18/2009
Re: image in datalist
In 99% cases like this, the URL of the image is not proper. Are you storing a relative path of the URL or absolute? Also, when your application runs in your browsers, view source of the page and see what URL is there in the image tag.
Posted to
Data Presentation Controls
(Forum)
by
Vishal
on 11/17/2009
Re: unable to start program
Can you post a screen capture of this error? Thanks,
Posted to
Visual Studio 2008
(Forum)
by
Vishal
on 11/17/2009
Re: hi friends,
Oops! The first line of my code is wrong, sorry! Thanks for the link paindaasp, I didn't know that one.
Posted to
Getting Started
(Forum)
by
Vishal
on 11/17/2009
Page 1 of 15 (141 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
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.
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online