Click here to Skip to main content
15,886,830 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Image in a gridview Pin
Arun Jacob3-Sep-09 20:40
Arun Jacob3-Sep-09 20:40 
GeneralRe: Image in a gridview Pin
Abhijit Jana3-Sep-09 20:41
professionalAbhijit Jana3-Sep-09 20:41 
QuestionPanel Enabled on checking checkbox Pin
haleemasher3-Sep-09 18:19
haleemasher3-Sep-09 18:19 
AnswerRe: Panel Enabled on checking checkbox Pin
Arun Jacob3-Sep-09 18:26
Arun Jacob3-Sep-09 18:26 
GeneralRe: Panel Enabled on checking checkbox Pin
haleemasher3-Sep-09 18:38
haleemasher3-Sep-09 18:38 
GeneralRe: Panel Enabled on checking checkbox Pin
Arun Jacob3-Sep-09 18:40
Arun Jacob3-Sep-09 18:40 
GeneralRe: Panel Enabled on checking checkbox Pin
haleemasher3-Sep-09 18:56
haleemasher3-Sep-09 18:56 
AnswerRe: Panel Enabled on checking checkbox Pin
Arun Jacob3-Sep-09 19:11
Arun Jacob3-Sep-09 19:11 
In the page load event do like this,
if (!IsPostBack)
{
    chkSelect.Attributes.Add("onclick", "Check();");
}

and in html do like this,
   <script type="text/javascript">
     function Check()
     {
        //write your code for Disabling controls
     }
</script>

haleemasher wrote:
plz send me the code


Another thing is if somebody is giving you an idea then plz just try it out first by using online resources or MSDN help and if you feel any difficulties then we'll help if we know that.
Anyway happy to help you.
Big Grin | :-D


GeneralRe: Panel Enabled on checking checkbox Pin
Abhijit Jana3-Sep-09 19:34
professionalAbhijit Jana3-Sep-09 19:34 
Questiondropdwon control item is empty when hit submit button. Pin
anish27patel3-Sep-09 17:48
anish27patel3-Sep-09 17:48 
AnswerRe: dropdwon control item is empty when hit submit button. Pin
Arun Jacob3-Sep-09 18:10
Arun Jacob3-Sep-09 18:10 
Questionmultiselect combo box [modified] Pin
haissk3-Sep-09 16:47
haissk3-Sep-09 16:47 
AnswerRe: multiselect combo box Pin
Arun Jacob3-Sep-09 18:28
Arun Jacob3-Sep-09 18:28 
QuestionHelp with using DIV tags for client-side layout Pin
tagyurit3-Sep-09 15:44
tagyurit3-Sep-09 15:44 
QuestionGridView Pin
Illegal Operation3-Sep-09 15:11
Illegal Operation3-Sep-09 15:11 
AnswerRe: GridView Pin
N a v a n e e t h3-Sep-09 15:52
N a v a n e e t h3-Sep-09 15:52 
AnswerRe: GridView Pin
tagyurit3-Sep-09 15:55
tagyurit3-Sep-09 15:55 
Questiontable lines Pin
hasani20073-Sep-09 13:50
hasani20073-Sep-09 13:50 
AnswerRe: table lines Pin
Arun Jacob3-Sep-09 18:29
Arun Jacob3-Sep-09 18:29 
AnswerRe: table lines Pin
Abhijit Jana3-Sep-09 18:48
professionalAbhijit Jana3-Sep-09 18:48 
Questionsimple emails.... Pin
greendragons3-Sep-09 11:32
greendragons3-Sep-09 11:32 
AnswerRe: simple emails.... Pin
Abhishek Sur3-Sep-09 11:35
professionalAbhishek Sur3-Sep-09 11:35 
GeneralRe: simple emails.... Pin
greendragons3-Sep-09 11:43
greendragons3-Sep-09 11:43 
GeneralRe: simple emails.... Pin
greendragons3-Sep-09 11:53
greendragons3-Sep-09 11:53 
NewsRe: simple emails.... Pin
Abhishek Sur3-Sep-09 13:17
professionalAbhishek Sur3-Sep-09 13:17 

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.