Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 37 of 37
Search took 0.01 seconds.
Search: Posts Made By: see07
Forum: C# Mar 22nd, 2005, 4:42 PM
Replies: 4
Views: 380
Posted By see07
Finally I found the solution: To call...

Finally I found the solution:

To call function:

bool que = WUC_CreDes.Class1.Hay_PostBack(this, w1,w1cx, w1ID, w2, w2cx, w2ID);

The function:

public static bool Hay_PostBack(System.Web.UI.Page...
Forum: C# Mar 22nd, 2005, 9:27 AM
Replies: 4
Views: 380
Posted By see07
I’ve continued working on my code, it’s now...

I’ve continued working on my code, it’s now thus:


public static bool Hay_PostBack(System.Web.UI.Page parent1, string w1,
string w1cx,
string w1ID,
string w2,
string w2cx,
string w2ID)
{
Forum: C# Mar 17th, 2005, 5:53 PM
Replies: 4
Views: 380
Posted By see07
I'm coding: public static bool...

I'm coding:

public static bool Hay_PostBack(System.Web.UI.Page parent1, string w1,
string w1cx,
string w1ID,
string w2,
string w2cx,
string w2ID)
{
string fofoi = parent1.GetType().ToString();
Forum: C# Mar 15th, 2005, 12:24 PM
Replies: 4
Views: 380
Posted By see07
Talking Sending a web form as parameter

Hello:
From a web form I’m sending to execute a function contained into a class, code in web form is:

bool que = WUC_CreDes.Class1.Hay_PostBack(this, w1,w1cx, w1ID, w2, w2cx, w2ID);

In class code...
Forum: C# Mar 15th, 2005, 9:44 AM
Replies: 3
Views: 253
Posted By see07
Finally I attained it changing de call function...

Finally I attained it changing de call function thus:

bool que = WUC_CreDes.Class1.Lanza(this.Page as WUC_CreDes.WebForm1);

Greetings.

A.L.
Forum: C# Mar 11th, 2005, 3:52 PM
Replies: 3
Views: 253
Posted By see07
Thanks you Ooble: Finally I attained it...

Thanks you Ooble:

Finally I attained it thus:

In WebForm1 I do:

bool que = WUC_CreDes.Class1.Hay_PostBack(this);

And in my class I do:
Forum: C# Mar 10th, 2005, 11:32 AM
Replies: 3
Views: 253
Posted By see07
Cleaning a Place Holder from a class

Hello:
From a class I want clean a place holder contained in a web form.
I’m using this code:

using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using...
Forum: C# Mar 9th, 2005, 5:32 PM
Replies: 1
Views: 270
Posted By see07
Hello: Now it’s working. Instead...

Hello:
Now it’s working.
Instead of:
Session["par1"] = "";
I use
HttpContext.Current.Session["par1"] = "";
Forum: C# Mar 9th, 2005, 11:18 AM
Replies: 1
Views: 270
Posted By see07
Talking Is it possible for me using session variables into a class?

I have a class where I’m using session variables, notwithstanding when I compile Project it’s sending me this error: “Name ‘session’ doesn’t exist in class or namespace ‘WUC_CreDes.Class1’”.
Does it...
Forum: C# Mar 7th, 2005, 12:05 PM
Replies: 1
Views: 240
Posted By see07
Hello: At last I found a solution. For some...

Hello:
At last I found a solution.
For some reason the page does not create it with the same control Id. the first time as every other time.
To solve it I inserted this...
Forum: C# Mar 4th, 2005, 1:51 PM
Replies: 1
Views: 240
Posted By see07
Talking Troubles with dynamically created WUC

I have a web form, which has a place holder named Example when, Page_Load happens in my web form. I’m creating dynamically a WUC named WebUserControl3 into my place holder.
WebUserControl3 has...
Forum: C# Mar 4th, 2005, 1:50 PM
Replies: 2
Views: 241
Posted By see07
Thanks you Bobc

Thanks you Bobc
Forum: C# Mar 3rd, 2005, 6:13 PM
Replies: 2
Views: 241
Posted By see07
Talking How to know if a place holder is empty

Hello:
In a web form I’m using a place holder, into it, which contains or not a web user control created ado with next code:

Example.Controls.C1lear();
Control control =...
Forum: C# Feb 23rd, 2005, 5:36 PM
Replies: 3
Views: 571
Posted By see07
Code I’m using...

Code I’m using is:

Response.ClearContent();
Response.ClearHeaders();
Response.Clear();
Response.ContentType = "application/msword";
Response.Charset =...
Forum: C# Feb 22nd, 2005, 12:21 PM
Replies: 3
Views: 571
Posted By see07
Hello: Surely I need to be more explicit. I'm...

Hello:
Surely I need to be more explicit.
I'm trying to export a report from a CrystalReportViewer to a location within client machine, I write it therein and then I want display it imto web page, I...
Forum: C# Feb 21st, 2005, 5:57 PM
Replies: 3
Views: 571
Posted By see07
Talking How Avoid Dialog Box Open/Save Files

Hello:
I’m sending a Crystal Reports’s report to Word, but a dialog box is opening where user is asking if wish open/save file.
I’d like avoid this dialog emerges and report be displayed directly in...
Forum: C# Feb 21st, 2005, 9:56 AM
Replies: 2
Views: 182
Posted By see07
Hello. At last I found the way to solve it....

Hello.
At last I found the way to solve it. Something wrong was in it.
I reinstalled Visual Studio .NET.
Regards.
A.L.
Forum: C# Feb 16th, 2005, 2:01 PM
Replies: 2
Views: 182
Posted By see07
Talking Crystal Report’s error

Hello:
I have a C# project which contains a web form, which has a button calling a web page containing a crystalreportviewer, which contains a CrystalReport report; when I call this page through...
Forum: C# Feb 14th, 2005, 1:08 PM
Replies: 0
Views: 280
Posted By see07
Talking Executing from JavaScript C# functions

Hello:
From JavaScript I need to execute a function write in C#.
I have not found the way to do it not using __doPostBack, but problem is that using __doPostBack is generating a post back event from...
Forum: C# Feb 2nd, 2005, 12:38 PM
Replies: 0
Views: 231
Posted By see07
Lightbulb Loading and Destroying web user controls into a panel

Hello:
I’ve a web form containing a web user control and a panel, this web user control have 2 buttons, when user push 1st button I need load a 2nd web user control into panel of web form. When user...
Forum: C# Feb 2nd, 2005, 10:35 AM
Replies: 1
Views: 274
Posted By see07
Hello: At last I found the way to do it, I share...

Hello:
At last I found the way to do it, I share it, and it may be useful for you:
The web user control to show is inside a panel, visibility of panel can change as I do trough JavaScript...
Forum: C# Jan 31st, 2005, 3:37 PM
Replies: 1
Views: 274
Posted By see07
Talking Show web user control hidden

Hello:
I have a web form, which contains 2 web user controls embedded in it.
First web user control contains a button, which when be pressed I need 2nd web user control be showed (this 2º web user...
Forum: C# Jan 21st, 2005, 10:51 AM
Replies: 2
Views: 997
Posted By see07
Hello: At last I found a way to solve it: I omit...

Hello:
At last I found a way to solve it:

I omit target = “_blank” of form in HTML.

And I modified code thus:

if(this.CheckBox1.Checked == true)
{
sIdPersona = TextBox3.Text;
Forum: C# Jan 20th, 2005, 12:12 PM
Replies: 2
Views: 997
Posted By see07
Talking Troubles with Response.Redirect and target = “_blank”

Hello:
From a web form I want open a new web form which I send one parameter from first web form, I’m using this code:

if(this.CheckBox1.Checked == true)
{
string sIdPersona = "";
sIdPersona =...
Forum: C# Jan 17th, 2005, 11:17 AM
Replies: 6
Views: 317
Posted By see07
At last I found the way to achieve it: Below...

At last I found the way to achieve it:

Below this line:

Response.ContentType = "application/vnd.ms-excel";

I insert this line :

Response.ContentEncoding = System.Text.Encoding.UTF7;
Forum: C# Jan 13th, 2005, 10:40 AM
Replies: 3
Views: 268
Posted By see07
At last I found the way to achieve it in C#, I...

At last I found the way to achieve it in C#, I show you code:

private void Button1_Click(object sender, System.EventArgs e)
{
for (int i = 0;i <= DataList1.Items.Count -1;...
Forum: C# Jan 12th, 2005, 5:05 PM
Replies: 3
Views: 268
Posted By see07
Talking How to delete labels into a datalist?

Hello:
I’ve a several labels containing data from a table into a datalist.
Now I desire through a button in form, delete data contained in labels into datalist.
Does somebody know how to achieve it...
Forum: C# Jan 11th, 2005, 1:50 PM
Replies: 6
Views: 317
Posted By see07
Nobody have had an experience such this one?

Nobody have had an experience such this one?
Forum: C# Dec 29th, 2004, 1:18 PM
Replies: 6
Views: 317
Posted By see07
Ooble & Kurifu, both speak about unicode. But in...

Ooble & Kurifu, both speak about unicode.
But in which place of my code I tell system that Excel Form will use unicode characters?
Please help me.
A.L.
Forum: C# Dec 28th, 2004, 12:33 PM
Replies: 6
Views: 317
Posted By see07
I’m using this code to export data from a...

I’m using this code to export data from a repeater to an Excel sheet:

Response.Clear();
Response.Buffer= true;
Response.ContentType =...
Forum: C# Nov 25th, 2004, 12:07 PM
Replies: 0
Views: 189
Posted By see07
I’m using this code to export data from a...

I’m using this code to export data from a datagrid to an Excel sheet:

Response.Clear();
Response.Buffer= true;
Response.ContentType =...
Forum: C# Nov 8th, 2004, 1:45 PM
Replies: 0
Views: 286
Posted By see07
I’m creating an Excel file (.xls) and showing it...

I’m creating an Excel file (.xls) and showing it into a web page, I’m using this code:

Response.Clear();
Response.Buffer= true;
Response.ContentType =...
Forum: C# Nov 4th, 2004, 11:46 AM
Replies: 3
Views: 308
Posted By see07
Hello I have a web form project in which I need...

Hello I have a web form project in which I need to open an .xls file, I have this code:

string sysFolder = @"C:";
ProcessStartInfo pInfo = new ProcessStartInfo();
pInfo.FileName = sysFolder +...
Forum: C# Nov 1st, 2004, 12:42 PM
Replies: 2
Views: 584
Posted By see07
Hello: I’ve a web form containing a datagrid...

Hello:
I’ve a web form containing a datagrid which data I need to export to an Excel sheet, I’m using RenderControl to extract data from datagrid, Response.ContentType = "application/vnd.ms-excel";...
Forum: C# Oct 26th, 2004, 12:30 PM
Replies: 5
Views: 613
Posted By see07
Hello: I have an answer to display Excel sheet in...

Hello:
I have an answer to display Excel sheet in another form. I only put this code:
<form id = “Form1” method = “post” runat = “server” target = “_blank”>
Where target is that do the entire...
Forum: C# Oct 26th, 2004, 11:21 AM
Replies: 5
Views: 613
Posted By see07
Thanks you Berto. What is happening is that when...

Thanks you Berto.
What is happening is that when user select open file and modify some column of it and then save file, the only way that have to do it is closing application, then systenm ask him if...
Forum: C# Oct 25th, 2004, 10:57 AM
Replies: 5
Views: 613
Posted By see07
I have a web form in which I have a datagrid, I...

I have a web form in which I have a datagrid, I need to export this data to a Microsoft Excel sheet.

I’m doing it thus:

Response.Clear();
Response.Buffer= true;
Response.ContentType =...
Showing results 1 to 37 of 37

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 10:47 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC