newbee - Opera not reading the below code from top to bottom,would can I do? Basically I am loading in 2 separate files using the $.ajax method, but Opera is the only browser not reading it from top to bottom. I.E. url: "chaps_0_3.xml",
displays out of order not first as it is the first 1...
Is Json considered the better file format for loadind data via Jquery AJAX?
I am going to use it either way, but from a cutting edge stand point, is JSON looked at a more cutting edge since it loads faster.
2. And for that matter is anyone using css3 and E4X? All these seem to require the...
1. I am a newbie, and from my understanding since ajax is loading in parts, you should breaks the parts down.
My page has 20 little chapters with story with 20 illustrations. So correct me if I am wrong, if I just make my 1 working xml file with 20 image references and the chapter text into...
how to call my cmdSave_Click button to run from my javascript in aspx.
Ok so now it is working and now when the javascript actually function checkSave() runs and the window.confirm pops up, I want it to really save. Before I was being sure I got that far.
my Jscript runtime error Microsoft...
foreach (Control c in control.Controls) is choking on the "in"
I have been trying to get c# code behind for an asp.net web app to simply clear text boxes and people have given me good snippits like:
protected void ClearTextBoxes(Control control)
{
foreach (Control c in...
Thanks JBenson001.
Clearly the line I post above was not commented out at time the exception was thrown. <%--<form id="frmBillingandShipping" method="post" runat="server">--%>
I am trying to color text boxes in a form and I get below error when run web page...
"A page can have only one server-side Form tag.
Exception Details: System.Web.HttpException: A page can have only one server-side Form tag."
my code behind:
foreach (Control c in...
Ok, vs2010 web app project. Obviously, I need a web page or message that checks user's/role's permissions to directories and simply tells redirects them to a page saying they are no authorized.
1. Can someone tell me how. I am using vs2010 built in membership,role,provider system that redirects...
Thank you Kss444 and jbenson0001.
I am going to use the sql2008 gereate script task to get tables and data and any sprocs to my apps db.
Then back back up the db, ftp my .mdf to my hoster, and restore on my hosting webserver. and see what happens!
Thanks
Here is my web.config for the SecureFtp directory if it helps
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<authorization>
<allow roles="FtpUploaders" />
<allow roles="WebMasters" />
<deny users="*" />...
Newbee here,
I made a folder SecureFTP
Then made a page FTP.aspx
Using the built in WAT tool using vs2010
when a user is denied access it redirects to the login page which is wonky,
Should I just create some kind of script that checks what user is in what roles and take menu hyperlinks away...
OK , I am trying to web deploy my web app made in VS2010 onto one of winhost.com's IIS 7 servers. I ask you and not them becuase I want to know from experienced developers how I may be able to do this. my accouint with them I only have 1 database to use sql2008. But on my local I have the...
sorry, it was proprietary solution, winhost has a button to change my asp.net version to 4.0 in my portal with them since they would not give me server level permissions to IIS 7 (obviously), I asked this forum cause I thought it was an IIS questions that all asp.net devs would need to configure...
asp.net version - how to change asp.net versionin IIS 7 remote manager
when using web deploy to publish my web app .net 4.0 winhost.com, it publishes ok but when i type in my sites url greenzonekicker.com, I get this message:
Server Error in '/' Application...
I figured it out and boy do I feel like a dodo head. I copied the:
<add
name="GZK"
connectionString="Data Source=grantorino\enterprise;Initial Catalog=GZK;Persist Security Info=True;User ID=GZK;Password=xxxxxx"
providerName="System.Data.SqlClient" />
from the web.config from...
Thanks, but still no dice. the line below says connectionString has no context and is underlined in red.
SqlConnection myCon = new SqlConnection(ConnectionString);
Any Ideas?
Hi I moved my vs 2008 'still in development' web app to vs 2010.
I get a Null reference error on the below code behind. I hard coded the connection string straight in the C# code behind to test it and works fine. I do have the 'using System.Web.Configuration;' up top.
Two things confuse me...
Jason,
I knew that I just was not sure it even let me publish while still in debug using click once. And also why it says I am missing assembly references that are there and work in debug but I get errors when I go to release mode says I missing them.
newbie - how to correctly exit (return) after you messagebox.show?
I googled a tried simply
return,
else
MessageBox.Show("You must choose at least one market!");
return;
This does not stop the code from continuing on. I want it to stop after they click OK and put focus back to the...
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.