Click here to Skip to main content
15,907,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Failed To Access IIS Metabase Pin
#realJSOP24-Oct-07 5:46
professional#realJSOP24-Oct-07 5:46 
AnswerRe: Failed To Access IIS Metabase Pin
Mircea Grelus24-Oct-07 13:03
Mircea Grelus24-Oct-07 13:03 
AnswerRe: Failed To Access IIS Metabase Pin
Christian Graus25-Oct-07 0:47
protectorChristian Graus25-Oct-07 0:47 
AnswerRe: Failed To Access IIS Metabase Pin
Pete O'Hanlon25-Oct-07 1:12
mvePete O'Hanlon25-Oct-07 1:12 
AnswerRe: Failed To Access IIS Metabase Pin
Rama Krishna Vavilala25-Oct-07 1:46
Rama Krishna Vavilala25-Oct-07 1:46 
Questionpage Programming citations Pin
raquidd2224-Oct-07 4:27
raquidd2224-Oct-07 4:27 
AnswerRe: page Programming citations Pin
Guffa24-Oct-07 9:10
Guffa24-Oct-07 9:10 
QuestionForm readonly Pin
kjosh24-Oct-07 4:12
kjosh24-Oct-07 4:12 
Hi,
I have the form contain some fields and one button in master page. I am handling that master page update button click event in my content page.
On the master page I have one drop down list which contain years. After that drop down list there is Update button in master page.
In that event button click in content page my code is like this:
Button_Click(object sender, EventArgs e)
{
If(previousyear)
{
LoadData(Previousyear) -> load data from the database
ShowFormReadOnly() -> this function will set all the form fields as readonly.
}
Else (currentyear)
{
LoadData(currentYear)
}

From the dropdownlist if they select previous years then I need to load data for that year and make the form as Readonly. If it is crrent year only load data no need to make readonly.
Here the problem is once they select 2004 from dropdown list the form is readonly. Once the form is readonly next I select the 2007 from dropdown, It is loading the data for 2007 but the form is still readonly. It is not resetting the form to enable state. We have to enable the form explicitly.

Thanks

AnswerRe: Form readonly Pin
Guffa24-Oct-07 9:05
Guffa24-Oct-07 9:05 
GeneralRe: Form readonly Pin
kjosh24-Oct-07 10:23
kjosh24-Oct-07 10:23 
AnswerRe: Form readonly Pin
Guffa25-Oct-07 1:01
Guffa25-Oct-07 1:01 
Questionintegrating shopping cart with ebay Pin
Khan.Bangash24-Oct-07 4:04
Khan.Bangash24-Oct-07 4:04 
AnswerRe: integrating shopping cart with ebay Pin
il_masacratore24-Oct-07 11:43
il_masacratore24-Oct-07 11:43 
Question[Message Deleted] Pin
venky45624-Oct-07 3:53
venky45624-Oct-07 3:53 
AnswerRe: indexing server Pin
Imran Khan Pathan24-Oct-07 3:56
Imran Khan Pathan24-Oct-07 3:56 
AnswerRe: indexing server Pin
Imran Khan Pathan24-Oct-07 4:01
Imran Khan Pathan24-Oct-07 4:01 
QuestionChecked radiobuttonlist in gridview should be saved in DataBase Pin
subbu.sk24-Oct-07 3:18
subbu.sk24-Oct-07 3:18 
AnswerRe: Checked radiobuttonlist in gridview should be saved in DataBase Pin
Imran Khan Pathan24-Oct-07 3:42
Imran Khan Pathan24-Oct-07 3:42 
GeneralRe: Checked radiobuttonlist in gridview should be saved in DataBase Pin
subbu.sk24-Oct-07 4:59
subbu.sk24-Oct-07 4:59 
GeneralRe: Checked radiobuttonlist in gridview should be saved in DataBase Pin
Imran Khan Pathan24-Oct-07 18:30
Imran Khan Pathan24-Oct-07 18:30 
Questioncan I have results of my program into chart Pin
Knowledgestudent24-Oct-07 3:15
Knowledgestudent24-Oct-07 3:15 
AnswerRe: can I have results of my program into chart Pin
John-ph24-Oct-07 3:26
John-ph24-Oct-07 3:26 
GeneralRe: can I have results of my program into chart Pin
Knowledgestudent25-Oct-07 2:47
Knowledgestudent25-Oct-07 2:47 
GeneralRe: can I have results of my program into chart Pin
John-ph25-Oct-07 4:50
John-ph25-Oct-07 4:50 
Questionput value into foreign key table Pin
Sarfaraj Ahmed24-Oct-07 2:44
Sarfaraj Ahmed24-Oct-07 2:44 

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.