Click here to Skip to main content
15,895,192 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Error for file upload Pin
Christian Graus31-Mar-09 18:18
protectorChristian Graus31-Mar-09 18:18 
AnswerRe: Error for file upload Pin
Rajeesh MP31-Mar-09 18:18
Rajeesh MP31-Mar-09 18:18 
AnswerRe: Error for file upload Pin
Abhijit Jana31-Mar-09 18:50
professionalAbhijit Jana31-Mar-09 18:50 
QuestionASP.net with vb: Insert data into specific cell in excel file Pin
nicholasng31-Mar-09 13:47
nicholasng31-Mar-09 13:47 
AnswerRe: ASP.net with vb: Insert data into specific cell in excel file Pin
Christian Graus31-Mar-09 15:01
protectorChristian Graus31-Mar-09 15:01 
GeneralRe: ASP.net with vb: Insert data into specific cell in excel file Pin
Rajeesh MP31-Mar-09 18:16
Rajeesh MP31-Mar-09 18:16 
GeneralRe: ASP.net with vb: Insert data into specific cell in excel file Pin
nicholasng1-Apr-09 2:36
nicholasng1-Apr-09 2:36 
QuestionType or namespace not found for user control. Pin
Brady Kelly31-Mar-09 9:53
Brady Kelly31-Mar-09 9:53 
Tonight I copied an ASP 2.0 web site onto a client's machine, and lo! It did not work. It works perfectly on mine, under built in debugger and under IIS 7, and two weeks ago, it worked perfectly on his machine under IIS 6.

The only changes I have made are upgrading telerik RadGrid etc. to Q1 2009, and some refactoring. The application fails on two entry point web forms. Both have a RadGrid, which uses a User Control for its editing pop-up. Both forms fail to compile, with a 'Type or namespace JobEditControl not found" error, on a line like this:
var editControl = e.Item.FindControl(GridEditFormItem.EditFormUserControlID) as JobEditControl;

The control is not referenced in the markup, as it never appears on there, and as I understand it, it should be compiled into the same default namespace as the page is compiled into when first hot.

The machine is still serving user controls properly, i.e. the .ascx handler appears healthy, and a quick test page containing a quick test control I added worked fine.

Another developer was busy on the machine before me, also installing an ASP.NET application, but I can't think of anything he would have changed. Even being my competition...
QuestionPassing data through hyperlink Pin
yorockk31-Mar-09 9:28
yorockk31-Mar-09 9:28 
AnswerRe: Passing data through hyperlink Pin
Yusuf31-Mar-09 12:23
Yusuf31-Mar-09 12:23 
GeneralRe: Passing data through hyperlink Pin
zy5187593931-Mar-09 17:43
zy5187593931-Mar-09 17:43 
GeneralRe: Passing data through hyperlink Pin
yorockk31-Mar-09 18:49
yorockk31-Mar-09 18:49 
AnswerRe: Passing data through hyperlink Pin
vinodkrebc31-Mar-09 18:32
vinodkrebc31-Mar-09 18:32 
GeneralRe: Passing data through hyperlink Pin
yorockk31-Mar-09 20:43
yorockk31-Mar-09 20:43 
GeneralRe: Passing data through hyperlink Pin
vinodkrebc1-Apr-09 0:53
vinodkrebc1-Apr-09 0:53 
GeneralRe: Passing data through hyperlink Pin
yorockk3-Apr-09 3:22
yorockk3-Apr-09 3:22 
QuestionError retrieving password Pin
Cyberpulse31-Mar-09 8:33
Cyberpulse31-Mar-09 8:33 
Questionsending email in ASP.NET Pin
Ariful Islam Sabuz31-Mar-09 5:05
Ariful Islam Sabuz31-Mar-09 5:05 
AnswerRe: sending email in ASP.NET Pin
Yusuf31-Mar-09 5:17
Yusuf31-Mar-09 5:17 
AnswerRe: sending email in ASP.NET Pin
Abhijit Jana31-Mar-09 5:21
professionalAbhijit Jana31-Mar-09 5:21 
AnswerRe: sending email in ASP.NET Pin
sheemap31-Mar-09 5:51
sheemap31-Mar-09 5:51 
Questionhow do we implement the themes in the button click event instead of Page_PreInit event Pin
M.Ramesh31-Mar-09 4:27
M.Ramesh31-Mar-09 4:27 
AnswerRe: how do we implement the themes in the button click event instead of Page_PreInit event Pin
Yusuf31-Mar-09 4:54
Yusuf31-Mar-09 4:54 
Questionencrypting passwords and accessing textboxes within a formview Pin
mh.31107831-Mar-09 3:59
mh.31107831-Mar-09 3:59 
Questionto retrieve image from sqlserver and display it in grid view Pin
maheshsahini31-Mar-09 3:27
maheshsahini31-Mar-09 3:27 

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.