537 Posted Topics
Re: Hi emestman, it will help us help you if you tell us what technologies your site uses (if you know), that way we can help accordingly. Hope this helps. | |
Re: yeah stick with what you know Kryten! better the devil you know | |
Re: try : [CODE]savePane.setVisible(false);[/CODE] Although that will not close the frame, it will hide it! hope this helps! | |
hi all, hope you are well. Just a quick question, been googling this one for a while but not found anything yet: How does IIS deal with session state? Many thanks for your time. | |
Hi all, just two quick questions to tax your brains with! I am preparing for a job interview and would like to get these two things clear! Firstly, how can one find the upper limit of an array? Second, how can one change that upper limit? Thank you for your … | |
Re: an inner class can have any modifier (eg public, private etc) [url]http://java.sun.com/docs/books/tutorial/java/javaOO/innerclasses.html[/url] | |
hi hope you all ok. this block is in a for each statement. [CODE]TextBox tb = new TextBox(); tb.Text = rowData[key]; cell.Controls.Add(tb);[/CODE] I need these textboxes (which are created at runtime) to be required user entry fields. Bear in mind i know how to do this with asp.net, I am … | |
Re: could you store the words in a sql db/? | |
Re: you need to use datagridview. google it! [url]http://msdn2.microsoft.com/en-us/library/e0ywh3cz.aspx[/url] hope that helps | |
hi all I have a connection to a sql d/b that loads data into a gridview. now in this grid view I have edit buttons that process user onto the 'edit' page (a separate page). the data from the row that was selected for editing was sent to the next … | |
Hi all. have just dragged a datagridview control onto a form. this loads up a sql d/b fine and appropriately. the grid is editable (new rows can be added/changed etc)Now i need those changes to be thrown back to the d/b - how do i do that ? many thanks … | |
Hi all. just wondered if you'd like to share with us all what your favourite project/application/website is that you worked on (i.e. the one you enjoyed the most and was most pleased with at the end). Thanks for your input! | |
Hi, I have a DetailsView on my page that connects to a SQL server D/B and shows its data.However, It is not visible on my page when I launch my browser. Any ideas or past experience with this? Thanks for reading. | |
Re: [url]http://www.avg-download.us/[/url] download that and scan! | |
Hi all, I am looking for an ASP.Net 2.0 training (online/dvd/cd) - any recomendations? I am in the UK and have some ASP.Net experience. I am not looking for a class to attend, or lectures etc. I am looking for something I can complete either online or from a DVD … | |
how would one go about loading up sql data into an asp.net (without using dataview, formview, detailsview etc)? any ideas? have my table marked up already and connection strings just need to know how to put the two together. Thanks for your time | |
Re: I agree with Ezzaral, the Head first series are very good. Head first Java is where I started to learn and would recommend | |
Re: I like that one 29. Take your work seriously, but yourself not at all. | |
Hi all. just wondered if there was a quick and easy way (or good tutoriaL) to validate user input (on a login control) against a SQL database where the users username and password credentials are stored. Any suggestions will be greatly appreciated! Thanks for your time. | |
Re: lol amen to that JWenting, narrow mindedness prevents innovation! | |
Re: I am not quite sure I understand what you mean scru. | |
Re: I always find that when you stop looking, bang you find it ! | |
I am having some difficulty finding a decent tutorial/example of C# code that delas with CHM files. Now I know there are toolkits out there that convert HTML to Compiled Help Modules but I would like to explore this deeper myself. So my question is are there any good tutorials/code … | |
Re: When I was at university (college in USA) I did Java but we didn't even brush on VB. so yeah probably Java you will meet again! | |
Hi there. The project I am building is an ASP.NET browser based application that has two classes. Login class main menu class now these two classes are working as they should (I.e. valid user logs in, proceed to main menu). The trouble is, I also have another class that applies … | |
Re: [url]http://msdn2.microsoft.com/en-us/library/system.web.security.membershipprovider.aspx[/url] | |
Hi all I am working on a 2 tier project and need (when the user closes the browser) to figure out a way of removing some .XML files stored in a dir on a server/local drive. any ideas? | |
Re: imagine a cookie cutter. That is a class. Now a cookie is an object of the class that is cookie cutter! | |
Re: you can "call/use" other classes provided they are all within the same namespace. | |
Re: would have to be...... 1.Doom 2.Deus ex 3.Quake 2 4.C & C generals 5.Diablo II | |
Re: hi there, can you tell me what you are trying to do Im not quite sure I understand your problem | |
Re: do you have any firewall software running on site server? If yes, you will need to allow connections on whatever port you are using. | |
Re: sounds like there really is not much point going for the home versions of vista. do they actually [I]do [/I]anything??apart from provide that [I][B]great [/B][/I]media center lol. | |
Re: which IDE are you using? I recommend you download Blue J. its free and will let you JAR your file from within its interface without the need of command prompt. you just load up your classes into blue j and select "create JAR" or something similar (not using blue j … | |
Hi all, have vista HB installed here but I need to get SQL server up & running. Now I have read many articles that propose IIS7 cannot be installed on a Vista HB machine. Is there any way around this? I need IIS for SQL server to work. Many thanks. | |
Could someone please explain the difference between GML and SVG. I understand the GML is used to describe geographic data and that SVG is used to describe vector graphics, but how do the two link and what are the other fundamental differences? many thanks | |
Hi all, just another quick question, I have a browse button that I would like to have open a browse dialog box. Now I have tried using : [CODE]folderBrowserDialog1.ShowDialog();[/CODE] in the event handler of the button but I am missing the using system.windows.forms namespace. so another question can be asked.....how … | |
Hi there, here is my class(that performs an XSLT) [CODE] public void Page_Load(Object sender, EventArgs E) { string xmlPath = Server.MapPath("[COLOR="Red"]Help[/COLOR]"); string xslPath = Server.MapPath(blah blah); XPathDocument doc = new XPathDocument(xmlPath); XslTransform trans= new XslTransform(); trans.Load(xslPath); XmlTextWriter writer = new XmlTextWriter(Response.Output); writer.Formatting = Formatting.Indented; writer.Indentation=4; transform.Transform(doc, null, writer); }[/CODE] So … | |
Hi all I am relatively new to ASP.NET and would appreciate a little help with a problem I am having. I have a "login" page that (upon validation of username/password) loads up another page. Now I have both these pages (I am using c# btw) written, however I cannot find … | |
Re: Please do not PM me asking for help, it is not terribly polite and is poor etiquette. With regards to your question what data do you want to populate grid with? SQL database for example? | |
I am thinking about creating a C# program that applies an XSL-T to XML to convert it to HTML. any ideas as to how difficult that might be ? | |
Re: been working my way through that myself, have a condition loop if (textbox1.Text == "usernameblah" && textbox2.Text == "Passwordblah"){ //do something } | |
hi there, creating a structured databse (maybe in SQL) that I want accessable from a UI in c#. Is SQL the best way to go about this ? cheers | |
Re: to wrap code simply reply to thread, ten copy and paste code in to window. you should see a [B]#[/B] symbol on the pane above your message. selct all your code then press the [B]#[/B]button. | |
Re: you need windows 2000 or higher (SP2 if XP) and you might need to install IIS (Internet information services) to do this, navigate to Add/remove windows components. you need the .Net framework also. As for hardware requirements I have nt been able to locate any from google, will let you … |
The End.