User Profile

Collapse

Profile Sidebar

Collapse
jayasabari
jayasabari
Last Activity: Jan 12 '08, 11:10 AM
Joined: Sep 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks for your reply,

    But what can i do, I am using imagebutton, image original size is coming, if i use image then it is coming properly.(IN MOZILLA)

    My code is


    <asp:imagebutto n id="img_ss2" runat="server" Height="100px" Width="150px"></asp:imagebutton >
    See more | Go to post

    Leave a comment:


  • Link for my website.

    http://202.71.152.180/directionalpage s/HOME_TEMPLATE3. ASPX?enhance=30 2&name=&lette r=
    See more | Go to post

    Leave a comment:


  • jayasabari
    replied to Mozilla Text not justify in label
    My Code

    [CODE=html]<TD><asp:labe l id="lbl_aboutus " runat="server" CssClass="conte nts" Width="98%" Font-Size="X-Small"></asp:label></TD>[/CODE]

    css is

    [CODE=css].contents
    {
    FONT-SIZE: 11px;
    COLOR: #0a211a;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
    text-align: justify;...
    See more | Go to post
    Last edited by eWish; Jan 11 '08, 02:28 PM. Reason: Added Code Tags

    Leave a comment:


  • This is my code

    <asp:imagebutto n id="img_ss2" runat="server" Height="100px" Width="150px"></asp:imagebutton >
    See more | Go to post

    Leave a comment:


  • Image size restore to orginal image size in mozilla

    Hi all,
    I am working on asp.net. Iam fixing the image height and width but it taking the orginal image size in mozilla. Working fine in IE.

    Can any one help me.
    See more | Go to post

  • jayasabari
    started a topic Mozilla Text not justify in label

    Mozilla Text not justify in label

    Hi all,
    i am working on asp.net. i am using label to display some text in multi line. In css i am giving "text-align: justify;". It is working in IE perfectly but in Mozilla not working.

    Can any one help me.
    See more | Go to post

  • jayasabari
    started a topic Visible false panel in java script

    Visible false panel in java script

    hi,
    Can you give the jaya script for visible the panel on selected of radio button.

    i am using like

    [CODE=javascript]
    {
    frm=document.Fo rm1[0]
    //Form1.chbauthen ticate.disabled =true
    if(Form1.rbt_re g.checked)
    {
    //alert(Form1.chb authenticate.di sabled);

    pnl_exist.style .display="";...
    See more | Go to post
    Last edited by gits; Nov 27 '07, 08:37 AM. Reason: fix code tags

  • jayasabari
    started a topic Visible false panel in java script
    in .NET

    Visible false panel in java script

    hi,
    Can you give the jaya script for visible the panel on selected of radio button.

    i am using like

    Code:
    {
    		frm=document.Form1[0]
    		//Form1.chbauthenticate.disabled=true
    		if(Form1.rbt_reg.checked) 
    		{
    			//alert(Form1.chbauthenticate.disabled);
    			
    			pnl_exist.style.display="";
    			//pnl_new.style.visibility="hidden";
    			pnl_new.style.display="none";
    ...
    See more | Go to post
    Last edited by Shashi Sadasivan; Nov 26 '07, 10:11 PM. Reason: adding code tags

  • jayasabari
    started a topic Mozilla Image Size problem
    in .NET

    Mozilla Image Size problem

    Hai,
    In mozilla the original image size is coming, but i am fixing the with and height for the image. It is supported only in the "I.E" not in "MOZILLA".

    Can you give any suggestion to fix the height in mozilla.

    With Regards,
    K.Jayasabari
    See more | Go to post

  • Not execute the function in page load when button click

    Hai,
    When button is clicked, then i have to prevent the execution of one function in page load.

    can you give any suggestion please.

    With Regards,
    K.Jayasabari
    See more | Go to post

  • jayasabari
    started a topic convert dataview to datatable in .net
    in .NET

    convert dataview to datatable in .net

    hai,
    I am converting data view to datatable by using the following code
    "dt= dv.Table"
    but it is taking all the rows.Now i am using below code but it is giving error

    "dt_con = dv_financial.Ta ble.Clone()
    for each (DataRowView drv in dv_financial)
    dt_con.ImportRo w(dv_financial. Row)
    Next"

    any one healp me.
    See more | Go to post

  • jayasabari
    started a topic Retrieve value from Hashtable
    in .NET

    Retrieve value from Hashtable

    Hi,
    I am storing the value in hash table. How to get the value from the hash table. I am using .net.

    Can u give any suggestion.

    Reg,
    K.Jayasabari.
    See more | Go to post

  • jayasabari
    started a topic Read content form msword to aspx page
    in .NET

    Read content form msword to aspx page

    Hai,
    I am reading the content form the msword file and displaying(writ ing) in aspx page(i.e., .net page). The content is displaying but some symbole is displaying


    My codding:

    strContents = IO.File.OpenTex t(path).ReadToE nd
    Response.Write( "File Contents: " & scontents)

    output:

    File Contents: ࡱ> !# 7 bjbjUU " 7|7|lVVVV VVVj...
    See more | Go to post

  • I am opening the word file directly in the pop up window. i am unable to create the close button in the window. If i am editing the text in the popup window, then while closing it is asking for doy you want to save or not. i not need the message....
    See more | Go to post

    Leave a comment:


  • jayasabari
    started a topic Close popup window without asking save message
    in .NET

    Close popup window without asking save message

    hai,
    I am opening new popup window using window.open and we can edit the content in popup window, but while closing(using top right close button) it is asking message that do you want to save or not.

    Can u give any suggestion.
    See more | Go to post

  • I am opening new popup window using window.open and we can edit the content in popup window, but while closing(using top right close button) it is asking message that do you want to save or not.

    Can u give any suggestion....
    See more | Go to post

    Leave a comment:


  • jayasabari
    started a topic Close popup window without asking save message
    in .NET

    Close popup window without asking save message

    Hai,
    I am opening the popup window using java script. i want to close the popup window without asking save message.

    Can you give any suggestion..

    Regards,
    K.Jayasabari
    See more | Go to post

  • jayasabari
    replied to image upload locally but not in server
    in .NET
    Hello,

    I have a web application in ASP.NET 1.1 using windows authentication mode. In the application, I have the ability to upload an image. On my computer, the application works great... no errors. However, when I move it to the server, I receive the following error....



    Server Error in '/StoresOnline' Application.
    --------------------------------------------------------------------------------...
    See more | Go to post

    Leave a comment:


  • jayasabari
    started a topic image upload locally but not in server
    in .NET

    image upload locally but not in server

    Hi,
    I am uploading file from local system,it is saving but if i upload in server then filenotfound exception is found for the image

    codding:

    Dim img11 As Image = Image.FromFile( location)
    img11.Save(save Path1 & "\" & f1(y - 1))

    Please can you healp me.
    See more | Go to post

  • jayasabari
    replied to local working but not in online
    in .NET
    Hi,
    While i am storing the images in online through my system it gets stroed but in others machine the images is not storing...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...