I created a line graph.
I found that X-axis labels direction are horizontally.
So for long labels, it show two lines of label alternatively.
When I put many labels in x-axis, it changes to vertical direction automatically.
Can I change x-axis label direction to vertical always?
User Profile
Collapse
-
How to align X-axis labels vertically in Rdlc report
-
have u found out top process by wmi -
xsltransform.transform() method not works in 2003
Hi all,
I am using VS2003. I am new to VS2003. I cannot transform an xml file into a string output in my windows application. But the same function works well with VS2005. it also asks for xmlresolver in the transform() function. I provided Nothing as 4th parameter, eventhough it doesnt work. anybody can help me?. I dont know where i am wrong. I need to create html files with this xml data.
[CODE="VB"]... -
To create xsl with multiple worksheet
Hi all,
I 've created an xsl file to create an excel Workbook with multiple worksheets, thro' xslt. My code works fine for sheet1. Sheet2 was created but has no data. So please help me to fill data in sheet2 also. My code is here
[CODE="xml"]
<?xml version="1.0" encoding="utf-8"?>
<xsl:styleshe et version="1.0"
xmlns:xsl="http ://www.w3.org/1999/XSL/Transform">... -
thanks. Also i need to migrate from MSsql to oracle 9i. Which tool is good? is there any online code formatter for oracle as such for sql server shown in below site
http://www.wangz.net/cgi-bin/pp/gsql.../sqlformat.tpl
thanks
Sudha... -
Any oracle formatter or beautifier?
Hello everybody,
I need oracle formatter as similar to sql beautifier available online. Any body can say some web sites regarding this formatter? please........
regards,
Sudha -
Why the files with Maxsize are not downloaded in Server ?
Hi all,
I export data to excel file in my page. My file size is 14MB. i get The page cannot be displayed error. If the file size is small, it gets downloaded.
This problem is only in Server. But in local system, i can download any file size.
Is there any setting in machineconfig or in some other to set the maxfilesize for downloading? Please help me... -
Hi Plater,
Yes i missed out the extension. Sorry to trouble u much. Thanks a lot....Leave a comment:
-
-
-
Hi,
You can use Datetime.Trypar se method
DateTime date1
if (!(DateTime.Try Parse(txtDate.T ext, out date1)))
{
lblMessage.Text = "Enter correct date !";
return;
}
else
{
//do the task
}Leave a comment:
-
I have access to that path.Thats why when i give the full path it can find the file. But still it fails.
Also Server.Mappath fails. I cannot trace out the reason. Please Help me!...Leave a comment:
-
Sorry for late reply..
Thanks for ur reply. If i give the full path it works fine. But i cannot give the full path because while deploying it in the server, the root directory will differ....Leave a comment:
-
Why the System.IO.File.Exists(fullpath) fails ?
Hi all,
I use asp.net with c#. I upload a file and save in a directory. I want to reopen the file so i check for file exists and then open it. But though the file exists, the file.exists(ful lpath) returns false . can anyone help me ? My code is here...
[CODE=C#]
string paths = this.MapPath(". ./TerminateDoc/Excel/" + fileName.Trim() );
/* paths = C:\\Inetpub\\ww wroot\\EIS\\Emp loyee.Web\\Term inateDoc\\Excel \\fi0002264Proo fDoc20080708101 851.txt... -
How toTranspose a row values in to column values
Hi all,
I 've a following table with two columns id & name.
Table : A
id name
1 A
1 B
1 C
2 D
2 E
3 F
and I need the output like this with... -
Err: Could not load type 'Microsoft.Web.Services.ScriptModule'.
Hi all,
I am using ASP.net & C#. I get this server error . I tried to paste the bin folder manually and removed the <httpmodules> using <remove name="ScriptMod ule">. But its of no use. How shall i solve this problem. Help me plz..
Server Error in '/Alteration' Application.
--------------------------------------------------------------------------------
Configuration Error ... -
Thank you for ur suggestion kenobewan.I will try to deploy newer versions in a better way....Leave a comment:
-
Problem when publishing Website in IIS
Hi all,
In my ASP.net application, i browse & save some files & open later. For this, I save files in a Temp folder . When i publish the newer version of the same website in IIS, all the previously saved files gets deleted & i cannot retrieve later. If I create a virtual directory for that Temp folder is it Ok. I also have 3 more folders to hold my files. Do I need to create seperate virtual directories for each one. Can any one... -
how to find previous date from any dates
Hi,
I need to find the previous date from a given date in java script. Is there any code for it.Can anyone tell me.Thanks in advance -
Hi jana,
Thank u for ur reply.when i click save button, it must show a confirm box. if returned value is true my page must do postBack. sample code
[CODE=javascript]//js
function confirm()
{
var result = confirm('Sure') ;
if(result)
{
__doPostBack('b tnSave','OnClic k');
}
}
//sample.aspx.cs
protected void Page_Load(objec t sender, EventArgs e)
{
...Leave a comment:
No activity results to display
Show More
Leave a comment: