Hello there!
We have sql server installed using default protocol TCP/IP. Now, we want to change the protocol from TCP/IP to Named pipes. What I want to know is in what circumstances Named Pipes will give better performance as compare to TCP/IP? e.g. when network traffic is not high?? or number...
Hello,
I have a page which displays number of searched results and option to view documents. I need to add print functionality to it. User should be able to print both results list or document to the printer at his choice.
I never implemented printing from internet before. How do I do it. Or...
Hello,
I have a page which displays number of searched results and option to view documents. I need to add print functionality to it. User should be able to print both results list or document to the printer at his choice.
I never implemented printing from internet before. How do I do it. Or...
Thank you Leo.
It is not a form or collection I have made. I have a dll. One of the class has a method that returns a collection. Now, i do not know what is all there in collection. But I need to access it to return some values and display on my page.
Think, now, I am making bit sense.
what if you run "display" on serverside instead of client-side. submit your page on this button click. and keep record what is the next record count to display and refresh your page from that count.
If I have understood correctly, I guess you are trying to navigate between your...
Hi there!!
I have a collection. How can I traverse through this collection and display what is in there....kind of trying to do "for each", but do not know how to see its content, as do not know its properties.
Is there any way to do it using, upperbound or item kind of similiar...
1. check you are able to call dll function from vb code.
2. you have referenced dll in your project
or look here...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbenlr98/html/vamsgobjnotset.asp
HTH
thanks everybody.
I have multiple cases, so have to use Switch instead of IF...I was expecting to do "OR" in switch case :-(. anyway.
thanks again.
How do you specify "OR" condition using switch case..means
switch obj{
case "Project" || "Library":
alert("do something");
default:
alert("do nothing");
}
thanks
Hi all!
I have a very a basic question... How can I refer to a document element from my Javascript?
...everytime i need to do hit and trials to find how do I access/set an elements of document...like what is correct...
document.forms.my_form.my_list.value...
shouldn't voltsID be also in quotes!!!!!
like ..where (fieldId, value) = ('" & voltsID & "','" & volts "'")
which will return ..where (fieldid, value) = ('21', '155/220')
Thanks Kate
above code does work for me, but it flickers. it does not look like appending the text as rtf.text is always updated with rtf.text & newtext. how should I stop flickering it and making more readable while recordset is still in loop of writing richtext?
for your curiosity, I want to...
Aristarco,
I do not promise, it will solve your problem. But it may help you to reach to a conculsion or to convince your boss, if its possible or not.
check msdn.microsoft.com/library
then look under "Platform SDK Documentation" -> Data Services -> SQL Server -> XML and Internet...
Thanks Elziko.
you are right. I am able to underline the label using FontUnderline property when cursor moves on the label, but even though I take my mouse out, it does not come back to the real label format. How it is possible, using which event or other way.
For cursor, I can use LoadPicture...
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.