I installed Ajax Control Extensions in my visual studio 2005 IDE.
When I create a new Web site, all controls work perfect.
I have a couple of Web sites already working. I'm trying to use Ajax controls in those pages but any control work in those aspx pages.
I tryed on Windows XP and Vista...
I need to asign a Cell value to a variable but what is asigned is the object's name instead of the cell's value.
here is the code:
string MyValue = axSpreadSheet1.Cells[1,1].ToString();
this works though:
axSpreadSheet1.Cells[iRow,iCol] = "HELLO";
I Created a Windows Control Library which I need to use it in a project but I like to place it outside the form I'm working with. Just as the tooltip, and some other controls placed below the form in design mode
Thanks in advanced
I need to know how to create a User Defined Control where I can set a property from a combo box from a list of posible values when it is used in a project.
thanks in advanced
I have an application with multiple modaless Forms I have as many as 6 forms opened at the same time.
I need to hide some of the form Icons shown in status bar.
Thanks in advanced.
I'm trying to get all Controls in a form.
If it is a specific type of Control, I need to convert it to that type so I can change some properties.
thanks in advanced.
here is the code:
public class Enable_Disable
{
public void ChangeProperties(Form myform)
{
foreach (Control c in...
I'm trying to asign permissions to users on tables.
I've been using Querys like:
DENY DELETE ON [Schema].[Table] TO [User Name]
GO
Then the "Query Excecuted Succesfully" is shown.
When the user not allowed to delete is connected. He can Delete! Rows from the table he is supoused not allowed...
I created a programa in a computer where I can open an Excel File everything works fine.
In another computer, I'm trying to create another program but it can't open an Excel File.
In toolbox I verified if Excel component was installed but it was not listed.
I uninstalled MS Office and...
Sometimes When Using MessageBox Object it doesn't show the text in the message window. I can see buttons and Icon but not the text message It supouse to show.
How can it be fixed?
Thanks in advanced.
I'm new in c#. I have a DataGrid bounded to a DataSet. Everything works fine but I have to click first A PLUS SIGN AND THEN A table link to view the data.
Whow can I do to let the DataGrid shows directly the DataSet contents without clicking the plus sign and the table link?
In C#, I need to change the properties of controls on another form. For example, with a label control on Form 1, how can I change its text property from Form 2?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.