Posts
 
Reputation
Joined
Last Seen
Ranked #626
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
~10K People Reached
Favorite Tags
Member Avatar for Tellie

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?!

Member Avatar for kvprajapati
0
3K
Member Avatar for gminhas

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]

Member Avatar for israrkhan
0
4K
Member Avatar for srikkanthan

I hear lot about this. Can anyone let me learn what is "Symmetric" and "Asymmetric" (or Public Key) encryption? Any links also appreciated.

Member Avatar for JamesHoontrakul
-1
233
Member Avatar for srikkanthan

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 …

Member Avatar for prabinv
-1
179
Member Avatar for meandmymachine

why don't u try and a reference to System.Web assembly (Project->Add Reference)....

Member Avatar for arjunsasidharan
0
351
Member Avatar for srikkanthan

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 …

0
60
Member Avatar for srikkanthan

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 …

Member Avatar for srikkanthan
0
191
Member Avatar for sara

Do you want to exclude just sundays? or you already have a list of public holidays? how are u defining a public holiday?

Member Avatar for techniner
0
223
Member Avatar for Abyss

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]

Member Avatar for srikkanthan
0
118
Member Avatar for PROFF.VB.NET

I hope you are using SQL Server. you can run a command for sp_tables right? - populate the resultset in the treeview.

Member Avatar for srikkanthan
0
91
Member Avatar for dzzsky

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 …

Member Avatar for srikkanthan
0
105
Member Avatar for fmardani

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 …

Member Avatar for srikkanthan
0
115
Member Avatar for srikkanthan

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 …

0
64
Member Avatar for The_Diceman

could you explain lil more? (if you wish, my mail id is [email="srikkanthan@yahoo.co.in"]srikkanthan@yahoo.co.in[/email])

Member Avatar for The_Diceman
0
184
Member Avatar for Slade

You can also set the DropDownStyle property in the ComboBox to get an editable combo or dropdown list...

Member Avatar for dreyes67
0
293
Member Avatar for bob123452

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]

Member Avatar for C#Coder
0
428
Member Avatar for srikkanthan

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 …

Member Avatar for srikkanthan
1
194
Member Avatar for daniel75

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]

Member Avatar for Paladine
0
157
Member Avatar for gicio

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 …

Member Avatar for Paladine
0
147
Member Avatar for AliSham
Member Avatar for srikkanthan

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 …

0
97