Hi, I need help in writing code on establish a PPTP (VPN Tunnel)connection in c#. Thanks Kalyan
kalyan_vb
Posts
-
Need help in writing code on establish a PPTP (VPN Tunnel) connection in c#. -
How to assign the value to text area control i.e in iframe using screen scrapingI am working on screen scraping application, I have one webpage and web page as an iframe control , and iframe internally has one text area control, but the iframe and text area control were rendered by using the javascript file, Now my requirement is how can I assign the value to the text area control from the .cs (i.e from the code behind)
-
How to assign the value to text area control i.e in iframe using screen scraptingI am working on screen scraping application, I have one webpage and web page as an iframe control , and iframe internally has one text area control, but the iframe and text area control were rendered by using the javascript file, Now my requirement is how can I assign the value to the text area control from the .cs (i.e from the code behind)
-
How to remove blank pages in a PDF from C# Application [modified]Hi, Can any one tell me the way to remove or delete the blank pages in a PDF document either using VB.Net or C#? Thanks and Regards. Kalyan
modified on Monday, July 5, 2010 7:12 AM
-
File UploadHi, Is there any way to find that the uploaded file is correctly saved in a given folder? Thanks and Regards, kalyan
-
Usage of generics in .net projectsIs there any other uses other than mentioned above.
-
Usage of generics in .net projectsHi, Can any one tell where we can use generics to gain performance (except collections) in .net projects with WCF services. Thanks and Regards, Kalyan
-
Why DataMember attribute is applying on class fields rather than Properties in WCF, I am using the SerializationHi All, Can any one tell why the DataMember attribute is applying on class fields rather than Properties in WCF, I am using the Serialization. Service Code: [System.Runtime.Serialization.DataContract(Namespace = "http://QuickReturns")] public partial class OTA_HotelAvailGetRQHotelAvailRequestDateRange { private string startField; [System.Runtime.Serialization.DataMember(Name = "Start")] public string Start { get{} set{} } } Client Side : OTA_HotelAvailGetRQHotelAvailRequestDateRange dataRange= new OTA_HotelAvailGetRQHotelAvailRequestDateRange(); dataRange.startField= "10"; Thanks and Regards
-
Code for prining the Crystal Report in Local PrinterI would like to print the crystal report in the local printer instead of printing in default web server printer.
-
Sending XML as input to Oracle stored procedureI have the following XML, and I need to copy the Workflow related data i.e Name and Descriptin and Module name in Workflow Master table Level Number, NumberOfActors in Level Master table, Rule Action, LevelNumberAfterAction, StateAutoChangeDuration in Rule Master table. I want to do this in Oracle, and passing this XML as input to stored procedure. Please let me know how to do this.
-
Content Rotator in Asp.netWhen I am using Server.CreateObject( "MSWC.ContentRotator" ) in Asp.Net page I am getting 'No such interface support' error. Can any one help how can I use this file.
-
Enabling the MenuItem in MenuI have one menu control in my Main Page and menu has 5 menu items, I have one ASPX page which as one button. Initially 2 menu items in the menu will be disabled. On click of button in the aspx page those disabled menu items should be enabled. But it is not working. Bellow is the code for enabling the menu items. Protected Sub Sumbit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Sumbit.Click Dim mnControl As Menu mnControl = CType(Master.FindControl("Menu1"), Menu) mnControl.Items(0).ChildItems(4).Enabled = True mnControl.Items(0).ChildItems(5).Enabled = True mnControl.Items(0).ChildItems(3).Enabled = True end sub. Kalyan
-
Handling User Control event in Repeater ControlHi, I have one user control which has one Submit button, I have ASPX page and it has one Repeter Control and in repeter I placed this user control in repeter's Item template. Now I want to handle the user control Button click event in repeter i.e in ASPX.How can I do this. Regards, Kalyan Kalyan
-
User control events in repeater controlHi, I have one user control which has one button control, I placed this user control in Repeater's Item template. But I want to handle the user control Button click event in repeter.How can I do this. Regards, Kalyan Kalyan
-
Page Break problem in reporting servicesI have the page break problem in my report. In the report first I placed a table with contains 50 rows(data will be shown in two pages) and after the table I placed the matrix object becuase the number of cols is not fixex. The problem is that if the number of columns in the matrix is greater than 10 then it prints the remaining columns in the next page but at the same I am getting the page breaks in the first table i.e between 1St and 2nd page I am getting page break. How can I delete the page breaks. Kalyan
-
Page Breaks in reporting servicesI have the page break problem in my report. In the report first I placed a table with contains 50 rows(data will be shown in two pages) and after the table I placed the matrix object becuase the number of cols is not fixex. The problem is that if the number of columns in the matrix is greater than 10 then it prints the remaining columns in the next page but at the same I am getting the page breaks in the first table i.e between 1St and 2nd page I am getting page break. How can I delete the page breaks. Kalyan
-
Dynamic columns in Matrix report in Reporting services.Can any one tell me how to generate Dynamic columns in reporting services.... I am using Matrix report in reporing services. Regards, Kalyan Kalyan
-
how to make menu in asp.netWhat type of menu do you required. Does the menu contains any sub menus?. If not create an User Controls with the Link buttons and on click of the Link button do what ever you need i.e. redirecting to some page. If the menu contains sub menus let me know I will give you the code. Regards, Kalyan
-
Javascript ProblemIf you still need the solution I can post it.
-
Copy two xml doc in to a table in sqlHi, I have 2 xml documents which contains the data, and I want to read the data from these two xml docs and copy to a table. How to do this, can any one post the syntax. I want to do this in sqlserver. Regards, Kalyan