Search

You searched for the word(s): userid:751561

Matching Posts

  • Paging issue with gridview

    Hi, I have one grid and I have applied paging to that grid. So the grid at present showin only page numbers to navigate. Now in addition to that I want First Next Prev Last buttons also to navigate from one page to another. I tried with this code: PagerSettings-FirstPageText ="First" PagerSettings-Mode ="NextPreviousFirstLast" PagerSettings-LastPageText ="Last" PagerSettings-PreviousPageText ="Prev" PagerSettings-NextPageText ="Next" Its comming but
    Posted to Data Presentation Controls (Forum) by rohit.rokade on 11/27/2008
  • Calender Extender

    The problem is like: When I use calender extender with textbox outside grid then it diplays properly. But when I use it in grid with textbox then it gets diplayed so ugly and it displays with increased font. Can anybody tell me what should I do to remove this problem. Thanks, Rohit.
    Posted to ASP.NET AJAX UI (Forum) by rohit.rokade on 10/7/2008
  • Re: Surprising errors

    Hi Amit, I know that renaming any one of them will resolve the problem but the thing is that why the same code is working on other machine and its not on machine. If I wanted to do that I would have done that and went ahead by ignoring the root cause. I want to know the root cause for this problem thats why I have posted the problem here. Thanks, Rohit.
    Posted to Visual Studio 2005 (Forum) by rohit.rokade on 10/1/2008
  • Re: Surprising errors

    Thanks for your responce Thomas. I tried all the solution you have given in the above post but nothing is changed. Am still getting the same issue. Thanks, Rohit.
    Posted to Visual Studio 2005 (Forum) by rohit.rokade on 10/1/2008
  • Re: Surprising errors

    Hi Thomas, I tried to rebuild it but didnt solve the problem. Then I tried your second solution deleting the folder from above given path but still no use. And third way is creating new website and importing pages into new one also didnt resolved the error. Am surprised that same code is running sucessfully on other machines but its not working on my machine, in fat it used to work before but accidentally what happened not getting at all.
    Posted to Visual Studio 2005 (Forum) by rohit.rokade on 9/30/2008
  • Surprising errors

    Hi all, Am really surprised to see this problem. The problem is: I have one label Id is "Label1" in one aspx page and in the same page I have one GridView in that there is one template column that contains one lable whose Id is also same as above like "Label1". Am using this code since long back but it never gave me any of such error but yesterday when I opened the project it started giving me the error as below: Error 1 The ID 'Label1' is already used by another control
    Posted to Visual Studio 2005 (Forum) by rohit.rokade on 9/24/2008
  • Re: Requirefield Validator is not getting fired

    Hi R-Tuur, I went through the link which you have given but that page doesn't explain anything. There it is given that we have to follow that Page.Isvalid() practise for safety purpose but still I didn't get the reason behind the problem. If you get anything please pass it to me. Thanks, Rohit.
    Posted to Web Forms (Forum) by rohit.rokade on 9/1/2008
  • Re: Requirefield Validator is not getting fired

    Nope I havent given any validation group proprty
    Posted to Web Forms (Forum) by rohit.rokade on 9/1/2008
  • Re: Requirefield Validator is not getting fired

    Dear R-Tuur , I understood what you are saying and even I did that way also and its comming now. But the thing is that I have number of validators for a single row in a grid and as per your suggested solution we have check it manually, why we should do. It should work automatically, isn't it? The way you told is working but again isn't this become a rework though Microsoft has given validators to avoid manual checking. This solution not applicable when we have number of textboxes and validators
    Posted to Web Forms (Forum) by rohit.rokade on 9/1/2008
  • Requirefield Validator is not getting fired

    Hi All, The problem am facing is like this: I have one grid, in that in edititem template I have one text box so I have put up one Requirefield Validator. When I click upon edit and dont give anything in textbox and click upon save then validator gettting fired and showing proper error message but again when I click upon the save button validator is not getting fired and its going to server side and its accpeting empty value also even though in requirefield validator definition I have given initial
    Posted to Web Forms (Forum) by rohit.rokade on 9/1/2008
Page 1 of 4 (35 items) 1 2 3 4 Next >