Search

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

Matching Posts

  • Reduce the size of the Excel File

    Hi Friends, Please suggest me if anybody knows solution to my problem. I am generating Excel file using 'urn:schemas-microsoft-com:office:spreadsheet' from a dataset. But the file generating with a larger size than a normal excel file. If i open that file and save it as an exce file the file is saving to normal Excel File size. Foe example Once i generate excel file, the file size is 1.8MB and if i open and save it as a normal excel file the size is getting reduced to 234kb. Can anybody tell
    Posted to Getting Started (Forum) by vallamreddy123 on 10/1/2009
  • Re: Reduce the size of the Excel File

    Hi, Thanks for your concern regarding my proble. You can see the code that i have used in the below given link. http://stackoverflow.com/questions/373925/c-winforms-app-export-dataset-to-excel
    Posted to Getting Started (Forum) by vallamreddy123 on 10/1/2009
  • Re: Merging the columns in a Datagrid at client side

    HI NC1, i am not posting any question here. i have posted the information that i know that would be useful to others vallamreddy venugopal
  • Merging the columns in a Datagrid at client side

    Hi friends, i know most of the developers willbe getting struggled to merge the rows which are having the same information. i have written javascript code to merge rows in html table or datagrid. You might need to change litte bit code if your displaying the data in labels. var table = document.getElementById('Your tabel ID comes here'); var trows = table.getElementsByTagName('tr'); var NColSpan = 1; for(col = 0; col<='column number up to which you want to merge the rows comes
  • How to redirect to a URL,IIS?

    HI Friends, Venu Once again here asking for some clarification. I have devoloped a site and it's working fine for the god's sake. The problem that i am facing here is (You might feel that this is a silly question), my appliction URL is http://10.105.85.236/SSPI/Login/frmlogin.aspx when i am giving the full URL it's working fine. But, if i give http://10.105.85.236/SSPI , then also it should redirect to http://10.105.85.236/SSPI/Login/frmlogin.aspx . How can i achieve this. Thanks N Regards
    Posted to Web Forms (Forum) by vallamreddy123 on 3/5/2009
  • How to Close browser after downloading a file?

    Hi Friends. I have a problem. I have a grid on the web page and i have a requirement to download this grid on to the excel file. I have placed a button on the page which contains the grid to open another page. On the page load event of this child page,i binded the grid once again and in the same event i have written code to download the grid. The grid is getting exported to the excel file but the browser is not closing. For your reference i am pasting the code below (Can be useful if anybody wants
    Posted to Web Forms (Forum) by vallamreddy123 on 2/20/2009
  • Re: Online payments

    Hi Sujith, You can use Paypal. It's better option for this type of payment applications. They have given the docs to connect your application to the Paypal. Try using paypal. Thansk N Regards, Vallamreddy venuGopal
    Posted to Getting Started (Forum) by vallamreddy123 on 2/5/2009
  • Re: New line character in XML

    Hi, I solved this problem myself. The problem was when we have given "\n" in xml file it is returning " \\n ". so, instead of using "\n" in xml file i have used some special charecter like "~". And on the C# code i have replaced that "~" with "\n". Then it has given the line breakups on the tooltip. Thanks N Regards, Vallamreddy VenuGopal
    Posted to Getting Started (Forum) by vallamreddy123 on 2/5/2009
  • Re: New line character in XML

    HI Mohammad, Thanks for ur reply. I tried using /n. But it doesn't work. it's just showing /n in the tooltip. Thanks N Regards, Vallamreddy Venu Gopal
    Posted to Getting Started (Forum) by vallamreddy123 on 2/4/2009
  • New line character in XML

    HI Friends, I am in a deep trouble. If u help me in this issue, it will be greatful. Requirement is as below. I am having a grid which will be bind to a datatable. i will have to show tooltips on the column headers of this gridview. I have an XML file which contains the content for these tooltips. i have written a method which takes a string as a parameter, which is the column name of the gridview. Based on this string that we have passed, the method will pick the content for the tooltip from the
    Posted to Getting Started (Forum) by vallamreddy123 on 2/4/2009
Page 1 of 8 (75 items) 1 2 3 4 5 Next > ... Last »