User Profile

Collapse

Profile Sidebar

Collapse
ShirishKumar
ShirishKumar
Last Activity: Sep 19 '08, 10:14 AM
Joined: Mar 21 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ShirishKumar
    started a topic Rich Text Box in ASP.NET
    in .NET

    Rich Text Box in ASP.NET

    Hi to all,

    We are working on some website. We replaced FCKEditor with TextArea of HTML Control. We want to show the text entered in the text area to a Label text. We replaced all \r\n characters with <br/> tags for showing the text entered in the textbox to the Lable. But , we have some problem the user need not to press the 'enter key word' when he comes to end of the text line of the textbox. I want to find out the solution...
    See more | Go to post

  • ShirishKumar
    started a topic Padding Problem in FireFox

    Padding Problem in FireFox

    hi to all,

    We are developing some website with asp.net having some css files . We want the browser to work and design to be constant in both in IE ( Internet Explorer & FireFox) . Its working fine regarding its functionality but having some problem with its design. We used some padding ( left, right , top, bottom). Its design is good in IE but in Mozilla its showing some problem in design with that of Padding.
    ...
    See more | Go to post

  • ShirishKumar
    started a topic FCKEditor Problem

    FCKEditor Problem

    Hi,

    I have some problem with FCKEditor . First of all Required FiledValidator is not working for FCKeditor . I searched google and kept EnableClientScr ipt of requiredfieldva lidator for fckeditor as "false". Its working but my server side code is getting called even when there is no text in the fckeditor showing the message of reqiured filed validator. I dont want my server code to be called if there is no text in FCKEditor....
    See more | Go to post

  • ShirishKumar
    started a topic Pop-up image problem.
    in .NET

    Pop-up image problem.

    Hi to all,

    I have a problem regarding Image. I am opening a .aspx page through Javascript with the method window.open() by pop-up ,whenever i change the dropdown selected value with the onchange attribute added to it. Whenever i show a popup.. ia m showing a different image depending up on the selected value of dropdown. But the page events are firing if there is a change in dropdown. other wise the page events are not firing but...
    See more | Go to post

  • ShirishKumar
    started a topic Session Time Out
    in .NET

    Session Time Out

    hi,

    I have one task, i want to show some information on my web page "Your Session has completed please login again",when the Session time out.

    thanks,
    Shirish.
    See more | Go to post

  • ShirishKumar
    started a topic DateTimePicker in ASP.NET
    in .NET

    DateTimePicker in ASP.NET

    Hi to all,

    As we know that in windows application there is a control called DateTimePicker. ..Is there any control like that in ASP.NET if not what we have to do to have it... As i want to enter a valid specific date in to a textbox during runtime.

    Thanking you,
    Shirish
    See more | Go to post
    Last edited by jhardman; Mar 25 '08, 03:49 PM. Reason: Moved to .NET forum. ASP forum is for "classic" ASP only

  • Problem with Foreign key & Primary key in three tables

    I have three tables

    1) Country - columns (PKCountryId(Pr imaryKey),Count ryName)

    2)State - Columns (PKStateId(Prim aryKey),StateNa me,FKCountryId( ForeignKey))

    3)Address Details -Columns(PKAddre ssId(PrimaryKey ),......,...... .,FKCountryId(F oreignKey),FKSt ateId(ForeignKe y),............ ......)

    I developed relationship like this. I have three relations

    1)FK_AddressDet ails_Country(Be tween...
    See more | Go to post
No activity results to display
Show More
Working...