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:709765
More Search Options
RSS Available
Matching Posts
Re: Cannot open database "<<Databasename>>" requested by the login. The login failed.
Just check the connection string & Login Details. If you machine in network then in connection string give proper ip/Computer Name at DataSource Property.If all ok then Select ur Virtual Dir.Rt. Click on it -> Properties ->Directory Security Tab -> click on edit at Anonymous Accces->Check the check box Then restart the iis.Hope it work for u.
Posted to
Configuration and Deployment
(Forum)
by
abhishektayade
on 6/18/2009
Re: Retrieve data and display in a Label control
Just get Data in data table by using Dataadapter and then asssign it to Lable .Simple.See bellow. SqlDataAdapter da = new SqlDataAdapter("Select * From Table1",Conn); da.Fill(dt) ; Lable1.Text = dt.Rows[0]["Title"].ToString();
Posted to
Getting Started
(Forum)
by
abhishektayade
on 6/17/2009
Re: How to validata the input data in the Real World GirdView?
Here I am not shure but,please try to, in RowDataBound Event Load Dynamic Validator for that control .Hope it work for u.
Posted to
Component Discussions
(Forum)
by
abhishektayade
on 6/17/2009
Re: Include asp.net button into an email ... IS is possible?
Just Place HTML Submit button in your email & post it to aspx page with get method where ur functionality coded.It's work I have already tried it.
Posted to
Web Forms
(Forum)
by
abhishektayade
on 6/17/2009
Re: Validate insert when do insert from SqlDataSource
Here is simple way,I don't know it is good or bad practice but it work fine. Just add in strored procedure one more Select statment for check incoming email id exist or not.If it exsist then return otherwise go ahead. Create Proc [Sp_Insert] @Id int, @email varchar(100), @retValue int output As If Exists(Select * From Table Where JobId=@email) Begin Set @retValue = 0 End Else Begin Insert Into JobApp_Data Values(@ApplicantId,@JobId,@resume,@entDate) Set @retValue = 1 End
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
abhishektayade
on 6/17/2009
Re: Build Search Query..
Here first U have to replace all "double space" by single place by Replace Method And then do some thing like given bellow. string strSql ="Select * from Table Where idField >0 " ; string strFilter =string.Empty; if(TextBox1.Text!="") { strFilter +=" And '"+TextBox1.Text.Trim()+"'"; } if(TextBox2.Text!="") { strFilter +=" And '"+TextBox2.Text.Trim()+"'"; } Like this.Hope this work for u.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
abhishektayade
on 6/17/2009
Re: The namespace 'Resources' already contains a definition for
You just check that you make a duplicate or renamed .aspx file that have refrance to same class,if this is ok then check your global app folder for duplicate resource file.
Posted to
Localization
(Forum)
by
abhishektayade
on 5/26/2009
Re: Run query when user leaves page
Ya u can use page unlod event or by setting a flag for execution for your Delete query.
Posted to
Web Forms
(Forum)
by
abhishektayade
on 5/21/2009
Re: save file into server
Give all acces to root directory & that folder where u want to upload.Actually make Aspnet user & Evryone user then give acess. Hope it work for u
Posted to
Web Forms
(Forum)
by
abhishektayade
on 5/21/2009
Re: save file into server
Give all acces to root directory & that folder where u want to upload.Actually make Aspnet user & Evryone user then give acess. Hope it work for u
Posted to
Web Forms
(Forum)
by
abhishektayade
on 5/21/2009
Page 1 of 4 (37 items) 1
2
3
4
Next >
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
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online