Is anyone familiar with how to use and app pool with a web part? I'm told that is why I keep getting a "catastrophic failure" but I am not a sys admin.
My impersonate is set to false in the web.config.
My .dwp is in the wpcatalog folder
My .dll is in the bin folder.
It is registered in...
...<SafeControl Assembly="USA.WebParts.Log, Version=1.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace="USA.WebParts.Log" TypeName="*" Safe="True" />
plus I changed the trust level to "Full"
This what currently resides in my dwp:
<Assembly>USA.WebParts.Log, Version=1.0.0.0...
I've researched this throughout tek tips. SQL Server is in mixed mode. I have turned anonymous off in IIS for both the website and the app pool. I am using integrated security
"integrated security=SSPI;data source=(Local);initial catalog=log;trusted_connection=true"
I had originally tried...
I'm developing a c# webpart on my computer and then copying it to a VM image on my same computer to test it. Each time I try to "fill" a dataset it redirects me to the maintenanc screen. Can anyone help me figure out why?
Here is the connection string
string connectionString = "user...
I figured it out. There needs to be text in the cell for the border to display. I do not want any text so I did this tzCell.Text = " "; and that did it.
You would think this would be easy, but its not cooperating. I'm trying to create a table on the fly and change the border color of the cell. I know that BorderWidth is working because the box shrinks in size as I make the width larger, but the color is still white. Any help is appreciated...
Can you hide/show a gridview footer programmatically? Basically what we want to do is allow someone to add a row to a grid but we don't want the empty textboxes just sitting there all the time. The user will have to hit a button to make it appear.
Is anyone good at using IsDaylightSavingTime? I grabbed clock code off of a website but I have to change it for daylight savings. I found IsDaylightSavingTime might be the solution but am struggling to get it to work. Here is the code:
var day="";
var month="";
var myweekday="";
var...
Does anyone know if this is doable? ANd if it is, what is wrong with this line.
Textbox.Attributes.Add("onclick", "Procedure(value);");
I'm getting an "error on page" on the page status bar when I click on this field.
Thanks in advance.
Does anyone know if this is doable? ANd if it is, what is wrong with this line.
Textbox.Attributes.Add("onclick", "StoreProc(value);");
I'm getting an "error on page" on the page status bar when I click on this field.
Thanks in advance.
We are trying to figure out how to determine which cell in a datagrid is clicked. Its actually an infragistics webgrid so I don't know if anyone is able to help. We are creating the grid dynamically and assigning a URL to the cell with the following type of code:
newRow.Cells[j].Tag =...
We are having difficultly with a form staying on top of the owner. It seems to depend on the speed at which the owner loads. If it loads quickly then a setfocus on the modal works but if it finishes reloading after the modal then the focus switches back. The modal has a list in which you...
CREATE FUNCTION dbo.fn_NoViewTaskRouteSection(@Section int)
RETURNS bigint
AS
BEGIN
Declare @ReturnTaskID bigint
Select @ReturnTaskID = TaskRouteTaskID
From vw_TaskRouteSections
Where ((TaskRouteStatus <> 1 And TaskRouteType = 2) OR TaskRouteType...
I have read the posts on 208 and they do not help me. When I try to call a function from a procedure in query analyzer, I get that error. I am positive that the database is correct, the name is spelled correctly, and the function does in fact exist the the correct database and still the error...
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.