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...
I'm getting this error with my webpart. I have researched it everywhere and cannot figure out the problem. ITs probably something small I am missing. ANy help is appreciated.
I am using a cab file so it generated this:
<SafeControl 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 =...
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.