Is there an easy way to program the right click for a cell? I want to set up my own right click options for the right click but cant figure out how to do it.
Hi I am querying my database for a series of records. The number of records displayed is variable based on the search criteria. I am currently loading it into a datagridview and dynamically adding columns for each record that is found(the numbers of rows will always stay the same). This is a...
I am working on a simple inventory problem and I am having some problems with the update portion.
My query consists of an Inner Join between 2 tables( item details and the inventory). There is a relationship between the 2 tables
The information loads into the DataGrid properly and I can edit...
I am having some major issues regarding turning off replication
I turn off my replication and there seems to be all sorts of triggers, views, and sp procedures that are left behind. Is there a way to clean all this up? I used the delete publication button in the Enterprise Manager GUI to remove...
I am having a major problem with my identity column after I did a DTS import and a snapshot replication.
What occured was that I DTS'd a bunch of records into my table, restarted my snap shot agent to populate all of my changes, and validated my subscription. The Agent pushed my new snapshot...
I am having some problems with the wheel mouse and my document.onscroll. I have an image that I want to keep on the middle of the page(an arrow and some stuff). I use the document onscroll to move the image and the appropriate onclick event for it. The problem that occurs for me now is that...
I have a .NET dll that is registered for COM use(Regasm/gacutil). Inside here I need to read from a text file to get some settings for the application. The location of the text file can change(depending on where the application is installed). I am trying to determine how to get to my file...
I have a variable that retrieves some HTML code and I want to output the literal version of the code onto the screen with a label or span. so if I get Yvonne<br>Tsang from the input. I want the span to display
Yvonne<br>Tsang
not
Yvonne
Tsang
How do I go about doing this??
I have a few asp.net pages where I wish to include asp pages. The asp pages are just my old headers and footers for the page. These have not yet been converted over. They have a bunch of Response.Write and other such things Request.ServerVariables throughout them. I seem to get an error when I...
I am having problems with setting up Transaction Replication. I am able to create the publication and the subscription with the wizards and that is fine. My problem is that the tables are not being sent/updated. It seems that the agents have never been started and when I choose to start them...
A few times a day I get the following Error
Parser Error Message: Access is denied: 'ClassLibrary2'.
It usually happens after I have run the application a few times(not simultaneously). I have to rebuild my class library and it seems to get rid of it most of the time or if I leave the computer...
I am trying to set the values for a text box dynamically. I want to be able to toggle TextMode from multiline to singleLine and do it for other properties. It doesn't seem to want to let me and there is no constructor for these fields. How do I go about doing this?
I an new to Asp.net and I need some help. In ASP I was able to create Dynamic controls on my page by having the ASP use Response.Write and the controls that I wanted. An example would be
<Body>
<%
for i = 0 to count
If Text
Response.Write " <input id=a type=textbox"...
Is there an easy way to convert a string to the DateTime type? I am retrieving the value from an SQL Database and I want to store it in a DateTime object. What is the easiest way to do this? Thanks in advance.
I am having problems getting a double quote(") into a string. I thought the structure was string test = "hi ""Tiger"" Woods" to get hi Tiger Woods into my string. Am I mistaken? What is the proper syntax for C#
I was wondering if you are able to create a variant public variable in a class. I have a class that one of the variables can be set to one and only 1 of 4 different types/classes. Am I able to do this? Should I just have the other classes inherit from my main class? What is the easiest way to...
I was wondering if you are able to create a variant public variable in a class. I have a class that one of the variables can be set to one and only 1 of 4 different types/classes. Am I able to do this? Should I just have the other classes inherit from my main class? What is the easiest way to...
I was wondering if this has a maximum size. I am trying to transfer some data using XML and it works fine for most tables. I noticed tho with this one particularly large table, that it crashes when I try to open the recordset with the XML data. Can anyone help me on this?
I know there are Office web components for Excel and Access(mainly for tables). I was wondering if there was one for Word. I want a text editor that can do bolding, fonts as well as creating a table and bold,italicing fonts in the table. Is there another application tht I can use for this...
I am trying to learn how to use HTTP_REFERER properly. I have a basic test site that is using it with the following code.
<%
ThisURL = Request.ServerVariables( "URL" )
PrevURL = Request.ServerVariables("http_referer")
Response.Write( "This URL = " & ThisURL &...
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.