Forum: C# Apr 9th, 2009 |
| Replies: 2 Views: 303 newez i m able to find my answer myself.
actually enterprise edition supports flash but professional edition doesnt support flash. |
Forum: C# Apr 8th, 2009 |
| Replies: 2 Views: 303 hi i created stacked column dundas chart. nw i want to put it in the flash option in the image type option but when i click on the image type property there is no option for the flash. only... |
Forum: ASP.NET Mar 19th, 2009 |
| Replies: 2 Views: 676 thank you very much for this kind of reply |
Forum: ASP.NET Mar 19th, 2009 |
| Replies: 2 Views: 676 Hi everyone,
I stared creating an application in ASP.NET in which which i used the dundas chart control.The problem is that when i m executing the application , it is not showing the chart which... |
Forum: VB.NET Nov 20th, 2008 |
| Replies: 0 Views: 657 Private Sub PrintToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PrintToolStripMenuItem.Click
Try
Dim streamToPrint As StreamReader
Dim printFont... |
Forum: ASP.NET Nov 10th, 2008 |
| Replies: 1 Views: 457 i hv a chk box item field and the bound field . and one separate drodown llist i hv added in my code.based on the selection of the chkbox , it will giv me the index and the selection of the calue... |
Forum: ASP.NET Nov 6th, 2008 |
| Replies: 2 Views: 1,070 i have created the code like this
<asp:GridView ID="grd" runat="server" AutoGenerateColumns="False"
onselectedindexchanged="grd_SelectedIndexChanged" Width="100%">
<Columns>
... |
Forum: ASP.NET Nov 6th, 2008 |
| Replies: 0 Views: 489 private void AddRecordToGrid()
{
try
{
datatable dt = new datable();
if (Session["SampleDataTable"] == null)
{
... |
Forum: C# Nov 5th, 2008 |
| Replies: 2 Views: 962 SqlDataReader rdr = objCon.GetData("SP_BudgetID");
while (rdr.Read())
{
txtBudgetID.Text = rdr.GetSqlInt(64);
}
... |
Forum: ASP.NET Nov 3rd, 2008 |
| Replies: 3 Views: 530 for(int i=0;i< ListBox1.Items.Count ;i++)
{
if (ListBox1.Items[i].Selected == true)
{
array[i] = ListBox1.Items[i].ToString();
}
... |
Forum: ASP.NET Nov 3rd, 2008 |
| Replies: 3 Views: 530 hii,
i m developing an application n i am using the list box control. i hv allowed that multiple items can be selected.
now what i want when the user selects a particular item , a popup or any... |
Forum: ASP.NET Nov 1st, 2008 |
| Replies: 1 Views: 2,149 hi,
i created an modal pop up extender on the particula label field.when label field is clicked , then popup opens ant it is having some texboxes.i want to store the values in the texboxes and... |
Forum: ASP.NET Nov 1st, 2008 |
| Replies: 1 Views: 2,149 hi
i added modal popup handler into my application
the popup which enmrges out is a panel and inside the panel i added the label and correspondong to label there is one textbox(txtE1)
now the... |
Forum: C# Oct 30th, 2008 |
| Replies: 0 Views: 1,081 hi,
i hv created a panel in asp.net and panel inside that panel and a one more poanel inside second one.now i hv created a modap pop up control and created a panel for the display of data in the... |
Forum: C# Oct 30th, 2008 |
| Replies: 3 Views: 485 actually i hv done some research about it.
the thing is that we hv to use the ajax control kit to use the modal popup .
but i m developing my application in VS 2008. Asp.net , C#. and there is o... |
Forum: C# Oct 29th, 2008 |
| Replies: 3 Views: 485 hi ,
like i have to create a label and that label displays the total cost of a particulat think.like i do some activity A. related to acctivity A are following activities.
A-a
A-b
A-c
A-d
... |
Forum: C# Oct 12th, 2008 |
| Replies: 12 Views: 1,405 hi if i m using the ASP.net to access the data from the database then where can i display the data.Is it fine to retrieve the data from the database and display it in the webbrowser control using... |
Forum: C# Oct 9th, 2008 |
| Replies: 12 Views: 1,405 v dont have to write the data by ourselfinto html reporets.
we access the database and from there the data is put into the data set and and we present that data in the form of table in the html... |
Forum: C# Oct 9th, 2008 |
| Replies: 12 Views: 1,405 okkkkkkkkkkkkk
plz clarify me that after v have written into the html reports ,then hw the data would be displyed in my .net frmework?? in any control if yes then which control is the best ?if no,... |
Forum: C# Oct 9th, 2008 |
| Replies: 12 Views: 1,405 actually there is an option in my application to exporet it to the excel or the text file.
can u provide me the whole set of code of doing it through queries and finally write the data to the html... |
Forum: C# Oct 9th, 2008 |
| Replies: 12 Views: 1,405 Nw i explain u the scenario.
Actually there is a database having tables.
from that database i have to retrieve the data into the HTML reports in C#.
and after retrieving the data i have to... |
Forum: C# Oct 9th, 2008 |
| Replies: 12 Views: 1,405 actually if i pass the information in the rich text box and then i have to import it to the excel or tex format.is it the good way??n i hve to disply the data of the tables from the database not the... |
Forum: C# Oct 9th, 2008 |
| Replies: 12 Views: 1,405 hi ,
can anybody tell me which is the best way to generate the html reports in the C# and then after genrating whcih tool is considered to be the best to diplay the reports data.like we cab... |