|
|
Browse by Tags
All Tags » database
-
Hi Guys,
I have a textbox (for a search engine) and a linkbutton when entered data in the search box and pressed 'enter' key, I want it to take the input. I tried the following code but I ran into errors saying "namespace/ assembly not recognised" Please help:
private void KeyPress(object sender, ...
-
The term pop-up is ambiguous with the widespread use of "lightbox" features.
Pop-up windows created via window.open() are no different from other web pages (other than their size etc.) Meaning that the url for this type of pop-up window can have an aspx extension and asp.net codebehind. So the normal stuff ...
-
strDataSourceName="Provider=SQLNCLI;Server=(local);Database=dbname;UID=uuu;PWD=zzz;" ...Try that one.
-
Hello,
Im new to ASP.NET using C# and I wish to apply an XSLT stylesheet to a string of XHTML im currently holding in memory. I wish to do this because it saves the time of looking up the XML file and then reading in the file.
The current code I have is:
string output = (@"I:\james.xml");
string xslPath = ...
-
The diagram is extremely helpful - thank you.
I'd be interested to see the documentation for the POS Base Classes, but the link http://schenzcustomdesigns.com/files/POSBaseClassesv2.doc is coming up as 404
Do you have it posted anywhere else?
Thanks again!
|
|
|