- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
16 Posted Topics
[QUOTE=mshravs;1053101]i got this following code for cam [CODE]Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load 'Jpeg compression quality Dim nQuality As Short = 45 'Shout a picture from my webcam Dim cam As [COLOR="Red"]CAMSERVERLib.Camera [/COLOR]= New CAMSERVERLib.CameraClass() Dim picture As Byte() = CByte(cam.GrabFrame(nQuality)) 'Add the hour …
I was successfully able to publish and browse an application in my system,but when i tried to do the same thing in a "test" system I was able to view the login page but when I tried to login I am getting the following error "Cannot convert type 'ASP.mainmenu_aspx' to …
I am using auto complete extender in my project but whenever auto complete is displaying the item list, it is also displaying the drop down below the auto complete extender.Can anyone suggest me how to block the drop down visibility when i use auto-complete Thanx in advance
Using ajax calendar can i write a program to know the number of working days in a given month...if yes how??? I should be able to show the number of working d ays in a text box..when i select a given month HELP IS APPRECIATED THANX IN ADVANCE
i am having a peculiar prob with drop down list whenever i am trying to open my form,the drop down list is not getting populated for the first time...but the second time the drop down is getting populated hav a grtt day thanx in advance
How to store list item in order of the listitems selected? Ex: Hindi,English,Telugu,Social............ these are items in checkboxlist, now when i select telugu that value should be stored as 1 and then if i select english that value should be stored as 2,so that we can know the order of …
Whenever i am trying to view the gridview in my web form using scroll bar ..i am not able 2 view it completely(especially save and cancel button). I already used the property overflow:auto. Help is appreciated.Thanx in advance
How to pass variable from javascript to c#? Thanks in advance...........
Does anyone knows about how we can delete duplicate fields in the database? Thank u in advance.......
how to move items from listbox1(which is populated from backend database) to listbox2(which is empty). Now after that i have to add listbox2 items to database. Thank u in advance......
How to move listitems(which are marked) in checkboxlist at run time? Help is appreciated.....
I successfully integrated webcam application into my web application..i am able to capture the image into my web form...but not able to see the video stream before the image is getting captured. Help is appreciated. Thanx in advance
How to add a tooltip over a textbox in asp.net or javascript? If given in javascript then please explain perfectly because i dont know javascript. Please help..................
I need the code for a web form containing check boxes, drop down lists,radio buttons using c#.
The End.
RAMAN2233