I have two directories.
C:\Windows\Microsoft.NET\Framework
C:\Windows\Microsoft.NET\Framework64
Both of these directories have the respected files so i tried setting this line in the machine.config as it suggested.
<system.windows.forms jitDebugging="true"/>
It didn't change the result on...
...I can't seem to find whats wrong.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.SEHException: External component has thrown an exception.
at...
I have this code right here. The array starts with one item in it but i have dynamic links in the front end page that say this:
<a href="#" onClick="javascript:testItems('image2')">test</a>
<a href="#" onClick="javascript:testItems('image3')">test</a>
<a href="#"...
I need help looking for a flash tutorial or any help. I've found several online for picture slideshows but i'm looking for a tutorial that can help me accomplish a picture slideshow very similar to this template site:
http://www.templatemonster.com/website-templates/15279.html
I'd appreciate...
I'm familiar with .net but not so much with sharepoint but i need to be able to create a connection string in the web.config file of a sharepoint site and tap into a database. Then in one .aspx page i'll point to the tables in the DB and grab needed information. Is this possible with...
No i havent tried that but i know i could do something like this but it's not probably a good way of doing it. Eliminate the web.config code for the page and just put this in the actual page. What do you think?
If Not Request.LogonUserIdentity.Name = "user1" Or Not...
...code in the web.config below.
<location path="testpage.aspx">
<system.web>
<authorization>
<allow users="user2, user1"/>
<deny users="*"/>
</authorization>
</system.web>
</location>
My issue is for this testpage.aspx if the user isnt either user 1 or user 2, then i'd like to...
I'm displaying records and using a field called ratedOn which is a datetime attribute with a getdate() default value. To display records on a page, say i wanted to only show records that are about 7 days old and anything older than 7 days, it won't display. How could i use a calculation in my...
I'm trying to compile an email message however this line won't convert the a href tag to html, it just displays the html syntax on the email, does anyone know how i would get that to display the link?
buffer.Append("To see again, <a href='/PublicSite/test/test.aspx?id=" + newRecipeID +...
I've gotta field in a label that looks like this:
<%# Eval("Name") %>
The output looks like this:
"Sam From San Francisco, CA" .
How can i trim everything except the word name so it'll read just "Sam". Thanks for any help.
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.