Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP Classic Pin
R.Palanivel20-Aug-08 23:05
R.Palanivel20-Aug-08 23:05 
QuestionHow to get data type return System.Data.Linq.ISingleResult<result> of store in linq to sql</result> Pin
ScottZu19-Aug-08 18:13
ScottZu19-Aug-08 18:13 
AnswerRe: How to get data type return System.Data.Linq.ISingleResult of store in linq to sql Pin
Abhijit Jana19-Aug-08 18:34
professionalAbhijit Jana19-Aug-08 18:34 
QuestionInvalid object name 'DB.dbo.ASPStateTempApplications'. Pin
AlexeiXX319-Aug-08 17:53
AlexeiXX319-Aug-08 17:53 
AnswerRe: Invalid object name 'DB.dbo.ASPStateTempApplications'. Pin
Abhijit Jana19-Aug-08 18:07
professionalAbhijit Jana19-Aug-08 18:07 
GeneralRe: Invalid object name 'DB.dbo.ASPStateTempApplications'. Pin
AlexeiXX319-Aug-08 18:08
AlexeiXX319-Aug-08 18:08 
AnswerRe: Invalid object name 'DB.dbo.ASPStateTempApplications'. Pin
AlexeiXX319-Aug-08 18:14
AlexeiXX319-Aug-08 18:14 
QuestionTrying to cast a usercontrol using FindControl inside a usercontrol Pin
totig19-Aug-08 12:27
totig19-Aug-08 12:27 
Hi
I was running my application just fine, but when it came to trying to precompile the application, I got an error saying "the type or namespace name 'x' could not be found.

What I have is few pages, and a folder called usercontrols with a few controls(ascx) inside it. What I do is load both controls on a page, and inside the one control I use the FindControl method, and attempt to cast it to the control type (as I said, this was working perfectly during my testing), and then set a few properties of the control.

Now I do the same thing on one of my pages, and it works fine. This is the line of code i use:
usercontrols_ContributionEditorControl contribCtrl = (usercontrols_ContributionEditorControl)Page.FindControl("contributionEditorControl");

Is there a way I can force asp.net to see that I have all these controls in the controls directory? I dont even mind if its possible to turn this warning off (though I would rather get it fixed), but I do need it to work this way. Or is there another way to set the controls properties from within a control?
AnswerRe: Trying to cast a usercontrol using FindControl inside a usercontrol Pin
Bassam Saoud19-Aug-08 15:25
Bassam Saoud19-Aug-08 15:25 
GeneralRe: Trying to cast a usercontrol using FindControl inside a usercontrol Pin
totig19-Aug-08 22:25
totig19-Aug-08 22:25 
QuestionMultilingual websites with database. Pin
VijayVishwakarma19-Aug-08 8:15
VijayVishwakarma19-Aug-08 8:15 
AnswerRe: Multilingual websites with database. Pin
Manas Bhardwaj19-Aug-08 8:51
professionalManas Bhardwaj19-Aug-08 8:51 
GeneralRe: Multilingual websites with database. Pin
VijayVishwakarma21-Aug-08 4:07
VijayVishwakarma21-Aug-08 4:07 
GeneralRe: Multilingual websites with database. Pin
Manas Bhardwaj21-Aug-08 4:53
professionalManas Bhardwaj21-Aug-08 4:53 
GeneralRe: Multilingual websites with database. Pin
VijayVishwakarma21-Aug-08 4:58
VijayVishwakarma21-Aug-08 4:58 
Questionhow to get value from gridview edititemtemplate Pin
dream_liner_7e719-Aug-08 6:50
dream_liner_7e719-Aug-08 6:50 
AnswerRe: how to get value from gridview edititemtemplate Pin
Abhijit Jana19-Aug-08 7:00
professionalAbhijit Jana19-Aug-08 7:00 
Questionstore value in database using ajax Pin
UD(IA)19-Aug-08 5:26
UD(IA)19-Aug-08 5:26 
AnswerRe: store value in database using ajax Pin
Rutvik Dave19-Aug-08 6:01
professionalRutvik Dave19-Aug-08 6:01 
GeneralRe: store value in database using ajax Pin
UD(IA)19-Aug-08 20:20
UD(IA)19-Aug-08 20:20 
AnswerRe: store value in database using ajax Pin
Abhijit Jana19-Aug-08 6:11
professionalAbhijit Jana19-Aug-08 6:11 
GeneralRe: store value in database using ajax Pin
UD(IA)19-Aug-08 20:42
UD(IA)19-Aug-08 20:42 
QuestionHow to use render block inside of an HTML element in ASP.net ; ie ( <input value="&lt;% varX %&gt;">)</input> Pin
Linda1st19-Aug-08 5:05
Linda1st19-Aug-08 5:05 
AnswerRe: How to use render block inside of an HTML element in ASP.net ; ie ( ) Pin
Abhijit Jana19-Aug-08 5:14
professionalAbhijit Jana19-Aug-08 5:14 
AnswerRe: How to use render block inside of an HTML element in ASP.net ; ie ( ) Pin
Brij19-Aug-08 5:14
mentorBrij19-Aug-08 5:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.