537 Posted Topics

Member Avatar for emestman

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.

Member Avatar for Suomedia
0
98
Member Avatar for Kryten
Member Avatar for majestic0110
0
148
Member Avatar for 2bu
Member Avatar for rickster11

try : [CODE]savePane.setVisible(false);[/CODE] Although that will not close the frame, it will hide it! hope this helps!

Member Avatar for majestic0110
0
74
Member Avatar for majestic0110

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.

Member Avatar for majestic0110
0
132
Member Avatar for majestic0110

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 …

Member Avatar for majestic0110
0
237
Member Avatar for Parsu7

an inner class can have any modifier (eg public, private etc) [url]http://java.sun.com/docs/books/tutorial/java/javaOO/innerclasses.html[/url]

Member Avatar for jwenting
0
139
Member Avatar for Ancient Dragon
Member Avatar for vegaseat
0
143
Member Avatar for majestic0110

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 …

Member Avatar for majestic0110
0
446
Member Avatar for JRSofty
Member Avatar for SheSaidImaPregy
Member Avatar for SyedDani

you need to use datagridview. google it! [url]http://msdn2.microsoft.com/en-us/library/e0ywh3cz.aspx[/url] hope that helps

Member Avatar for SyedDani
0
76
Member Avatar for majestic0110

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 …

Member Avatar for majestic0110
0
254
Member Avatar for majestic0110

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 …

Member Avatar for majestic0110
0
135
Member Avatar for majestic0110

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!

Member Avatar for Lardmeister
0
154
Member Avatar for majestic0110

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.

Member Avatar for majestic0110
0
701
Member Avatar for WCH1086
Member Avatar for majestic0110
0
84
Member Avatar for majestic0110

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 …

Member Avatar for serkan sendur
0
79
Member Avatar for majestic0110

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

Member Avatar for majestic0110
0
172
Member Avatar for Grantmitch1

I agree with Ezzaral, the Head first series are very good. Head first Java is where I started to learn and would recommend

Member Avatar for majestic0110
0
90
Member Avatar for The Dude

I like that one 29. Take your work seriously, but yourself not at all.

Member Avatar for twomers
4
518
Member Avatar for majestic0110

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.

Member Avatar for majestic0110
0
342
Member Avatar for DangerDev
Member Avatar for jbennet
0
215
Member Avatar for scru
Member Avatar for Lardmeister
Member Avatar for ~s.o.s~
2
307
Member Avatar for majestic0110

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 …

0
69
Member Avatar for soccerrm1

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!

Member Avatar for stultuske
0
111
Member Avatar for majestic0110

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 …

Member Avatar for majestic0110
0
522
Member Avatar for heathcliff

[url]http://msdn2.microsoft.com/en-us/library/system.web.security.membershipprovider.aspx[/url]

Member Avatar for SheSaidImaPregy
0
784
Member Avatar for majestic0110

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?

Member Avatar for majestic0110
0
61
Member Avatar for Slate2006

imagine a cookie cutter. That is a class. Now a cookie is an object of the class that is cookie cutter!

Member Avatar for majestic0110
0
118
Member Avatar for u4umang2001

you can "call/use" other classes provided they are all within the same namespace.

Member Avatar for u4umang2001
0
133
Member Avatar for JJ___
Member Avatar for maravich12
0
993
Member Avatar for manjusaharan

hi there, can you tell me what you are trying to do Im not quite sure I understand your problem

Member Avatar for majestic0110
0
129
Member Avatar for kaifansari

do you have any firewall software running on site server? If yes, you will need to allow connections on whatever port you are using.

Member Avatar for majestic0110
0
122
Member Avatar for briansmall
Member Avatar for Junyah

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.

Member Avatar for jbennet
0
138
Member Avatar for new_2_java

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 …

Member Avatar for majestic0110
0
117
Member Avatar for majestic0110

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.

Member Avatar for majestic0110
0
174
Member Avatar for majestic0110

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

Member Avatar for majestic0110
0
123
Member Avatar for majestic0110

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 …

Member Avatar for SheSaidImaPregy
0
88
Member Avatar for majestic0110

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 …

0
73
Member Avatar for majestic0110

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 …

Member Avatar for majestic0110
0
123
Member Avatar for hiral_mehta

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?

Member Avatar for hollystyles
0
167
Member Avatar for majestic0110

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 ?

Member Avatar for Jugortha
0
297
Member Avatar for atulkhobragade

been working my way through that myself, have a condition loop if (textbox1.Text == "usernameblah" && textbox2.Text == "Passwordblah"){ //do something }

Member Avatar for majestic0110
0
96
Member Avatar for majestic0110
Member Avatar for twomers
0
46
Member Avatar for majestic0110

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

Member Avatar for majestic0110
0
74
Member Avatar for preston_naidoo

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.

Member Avatar for darkagn
0
63
Member Avatar for shiny123

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 …

Member Avatar for majestic0110
0
269

The End.