No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
12 Posted Topics
Hi; You need to Add Check Condition in every Page load and Make sure you clear the session Good luck;
hi; i am not a C# Expert but, in vb.net we use condition if not ispostback()then //code end if try to find something like this in C# good luck;
Hi; Under radio button 2 Event Check Change (Something like that) add this code [code] if rb2.checked = true then txt2.enable=false elae if rb2.checked=false then txt1.enable=true txt.enable=true end if [/code]
Hi; I Don't know what is your Goal here but, if it is just move the label then dim x,y as static and add to them like this: [code] Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Static x, y Label1.SetBounds(x, y, Label1.Width, Label1.Height) x += …
Hi; if you use Windows Application: To Move from one Form to another you can use Hide and Show Method Me.hide Form2.show or Use HyperLink Or link Button AS you like Good luck;
Hi, it should be easy; show me your codes; good luck;
Hi , I need more explanation : 1- How many parameters you want to send? 2- How did you declare Primary key, is it incremental ? 3- What result you want? 4- Where You want to use it?
Hi; Did you Try response.redirect("~\Path\")? Good luck!
hi; if you use dataset , add condition (where) in your select (query)
Hi, If it is as I understand so simple right click on your project name ->click on add new item -> Xml file name it and then use it. if it is not , tell me good luck;
Hi ; please sent your code so i can know where is the error 'btw' are you using sp?
I Don't understand , do you mean get image from website as (download ) or save your image in database or what .... please i need more than that to help you
The End.
Bandar.M.A