- Strength to Increase Rep
- +5
- Strength to Decrease Rep
- -1
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
Re: I am not sure what exactly you want to do... Obviously by looping through mySet.Tables(0).Rows(i)("PERMISSION_BUTTON_ID") you can get all button ids... right?! | |
Re: There are lot more capabilities in VB.NET than in VB6 - check out: [url="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vbCode/html/vbtskCodeExampleDrawingLineOnForm.asp"]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vbCode/html/vbtskCodeExampleDrawingLineOnForm.asp[/url] | |
I hear lot about this. Can anyone let me learn what is "Symmetric" and "Asymmetric" (or Public Key) encryption? Any links also appreciated. | |
Hi, I have one ASP.NET page which allows users to upload their files which are stored in another system (file server) through simple network share. The code is as simple as FileUpload.PostedFile.SaveAs(strPath) Here this page gets "access denied" to save the file. I know the application is running under ASPNET … | |
Re: why don't u try and a reference to System.Web assembly (Project->Add Reference).... | |
I have an issue like, I need to insert data from an XML file into MS Access table. I am able to do this with ADO as one by one row. But this terribly hits the performance when the number of rows to be inserted exceeds 1000. Kindly help with … | |
Hi I have a web page - in that i give a link to exe file. When the user clicks on the link the exe is supposed to be downloaded and executed in the user's system. (I am not writing any malicious code or virus :rolleyes: ) However, when i … | |
Re: Do you want to exclude just sundays? or you already have a list of public holidays? how are u defining a public holiday? | |
Re: There are a couple of msm files (managed modules, remember?) for bundling crystal reports with applications. And there are a couple of licence issues too... You might want to checkout [url="http://support.businessobjects.com/communityCS/TechnicalPapers/crxi_net_deployment.pdf.asp?ref=devzone_netzone_main"]http://support.businessobjects.com/communityCS/TechnicalPapers/crxi_net_deployment.pdf.asp?ref=devzone_netzone_main[/url] | |
Re: I hope you are using SQL Server. you can run a command for sp_tables right? - populate the resultset in the treeview. | |
Re: From the code, what i understand is when u click the button, the random number is generated and that particular word is pulled out. If it is NOT used then you are taking that word. But what if it is used?? u want the user to click the button again … | |
Re: You can use the ItemDatabound event in the datagrid for this. Add this ItemDataBound event of the datagrid and inside the event function - you could do something like in the following code: [size=2][color=#0000ff] If[/color][/size][size=2] <<logic to find to span or not to span>> [/size][size=2][color=#0000ff]Then [/color][/size][size=2]e.Item.Cells(4).RowSpan = <<number of rows … | |
I see many of the sites like yahoo mail are using a technology "Web beacon". (You can see this in their privacy/private policy statements). I couldn't get much information about this. All i know is, these Web Beacons are tiny one pixel images used to track the user activity in … | |
Re: could you explain lil more? (if you wish, my mail id is [email="srikkanthan@yahoo.co.in"]srikkanthan@yahoo.co.in[/email]) | |
Re: You can also set the DropDownStyle property in the ComboBox to get an editable combo or dropdown list... | |
Re: See, the information about C++/CLI 2005: [url="http://msdn.microsoft.com/visualc/default.aspx?pull=/msdnmag/issues/04/05/visualc2005/default.aspx"]http://msdn.microsoft.com/visualc/default.aspx?pull=/msdnmag/issues/04/05/visualc2005/default.aspx[/url] | |
I never get ok with the COM+ contexts... There are so many context types like client context, call context etc... Adding to this .NET provides few attributes such as MustRunInClientContext... I couldn't find any sample or links that explain this... Let me elaborate more. As the definition goes by saying … | |
Re: Simply you can put a href to that exe. See these links: [url="http://msdn.microsoft.com/vbasic/letters/20030627/"]http://msdn.microsoft.com/vbasic/letters/20030627/[/url] [url="http://www.sellsbrothers.com/wahoo/"]http://www.sellsbrothers.com/wahoo/[/url] | |
Re: Compare the data where... if in the client side, while loading the page itself you need to put the initial value in some javascript variable or hidden control. If in the server side, you can actually put the data in a whole lot of places. ViewState, Session, Cache etc.. are … | |
Re: Very "professional" | |
In ADO and VB6, you can just place some textboxes and ADO Data control and bind those textboxes to the data control and columns. Simple that you can navigate through records easily by just clicking arrow buttons. Ever wondered how to do it with ADO.NET (and dataset)... The following link … |