Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
L

lavankumar

@lavankumar
About
Posts
20
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Error in page redirect
    L lavankumar

    hi in a webapplication to redirect a page to another page i am using the following code Response.Redirect(dl.url + "LoginPage1.aspx", True) where dl.url is my wesite url it worked fine for few months back but now it showing a error i found that it is response.statuscode=200 now what is this Response.Statuscode=200 error how can i solve this earlier it worked fine ,i didnt touch the code in this page and it is also giving the error like this Server Error in '/' Application. -------------------------------------------------------------------------------- Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpage_master'. Source Error: Line 1: <%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %> Line 2: Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Source File: C:\Inetpub\vhosts\shieldpro.in\httpdocs\MasterPage.master Line: 1 please help me

    ASP.NET help question html sysadmin learning

  • i want send output data into pdf fromate
    L lavankumar

    i was complete my project the out put is send into Crystal Reports.but i need to send into PDF Fromate.how to do this program adv thanks lavan

    C# tutorial

  • i want to add 2006 and 2010 referances of Aucto cad to vb.net it will run or not
    L lavankumar

    we are developed one project.we are already add 2006 Auto Cad reference to vb.net. now we want to add Auto Cad 2010 to same project ,it will run ot not thank's in Adv lavan

    .NET (Core and Framework) csharp

  • Setups for windows or web Application
    L lavankumar

    we are developing one software after that we are doing setup for this project .we are doing some modification in same software, again we are doing setup for it. But we need after small modification in the software we can add some modified code in that old setup. thanks in adv lavan

    Web Development workspace

  • placing a control on the panel
    L lavankumar

    we are developing Logistics application.we have to drag and drop different types of images and should not overrides each other . what is solution for this problem. adv thank's lavan

    Visual Basic

  • placing a control on the panel
    L lavankumar

    I can added images on panel where ever i want.But now problem is one image is overriding other image .i don't want to be override .

    modified on Saturday, June 27, 2009 1:58 AM

    Visual Basic

  • placing a control on the panel
    L lavankumar

    hi, i have a panel ,when i move the cursor on to the panel,i should get the cursor position i want to know the location of the cursor and place a control on the panel.

    Visual Basic

  • converting a web application to intranet application
    L lavankumar

    hi i developed a web application now i need to convert it into intranet application which can run in only company environment only thanks in advance lavan kumar

    ASP.NET workspace

  • about encrypt and dcrypt of a text
    L lavankumar

    hi i want to store a password in the database. for that i m using encrypt and decrypt for this task i written the following code i can perform encrypt but while decrypting i could not get back the actual text please help me ... this is the code i written .... Imports System Imports System.Text Imports System.Security Imports System.Security.Cryptography Imports System.Web.Security Public Class Form1 Dim xmlpublickey As String Dim xmlprivatekey As String Dim plaintextarray() As Byte Dim hpertextarrray() As Byte Dim restoredPlainText() As Byte Dim RSA As New RSACryptoServiceProvider Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load xmlprivatekey = RSA.ToXmlString(True) xmlpublickey = RSA.ToXmlString(False) End Sub Public Sub Encrypt() RSA.FromXmlString(xmlpublickey) Dim msg As String = "" msg = txtoriginal.Text Dim ue As New UnicodeEncoding plaintextarray = ue.GetBytes(msg) hpertextarrray = RSA.Encrypt(plaintextarray, False) txtcypher.Clear() For i As Integer = 0 To hpertextarrray.Length - 1 txtcypher.Text = txtcypher.Text + hpertextarrray(i).ToString() Next End Sub Public Sub Decrypt() RSA.FromXmlString(xmlprivatekey) restoredPlainText = RSA.Decrypt(hpertextarrray, False) txtRestrored.Clear() Dim str As Byte For i As Integer = 0 To restoredPlainText.Length - 1 str = restoredPlainText(i).ToString() txtRestrored.Text += GetChar(str, 1) Next End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Encrypt() End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Decrypt() End Sub End Class thanks in advance lavan kumar

    Visual Basic database security help

  • Authentication premission to software [modified]
    L lavankumar

    We have done one project(software).we are giving our software to our clients.Now we are deploying our software in client server system.But they are asking permission for 10 systems only.We want to resit for 10 systems only. Eg:We are deploying software in our client server system.They are having 50 systems.But they have use our software for 10 systems at a time.If any 11th person will want to enter he should get one message like room is full.If any one from 10 system is Logout then other person can enter. How to do this application. New Q: You u not getting me.At a time our client's should use our software in 10 system.while use the 10 system no other(11 person) should not login .If any person from 10 systems is logout,then only 11person can login from person who was logout. thank's in adv M.lavan

    modified on Friday, February 20, 2009 3:28 AM

    C# sysadmin security tutorial

  • Authentication premission to software
    L lavankumar

    we have done one project in windows application.we want give our software project to our clients.Now our problem is we have give Authentication premission four system or five system. eg; we are giving software to one client,but they are taking our software for four or five system. How to resit for four or five system . thank's in adv lavan

    Windows Forms security help tutorial

  • How to retrive datatables From Database
    L lavankumar

    I had two hundered tables in database. I want to retrive the tables with one common field.How to does this .I Want use C# and Sql .I had different Tonnage in all the tables. if i want to call 300 tonnage in that all the tables(200 tables).How to retrive it from the datatable in the database. thank's in adv lavan

    C# database csharp tutorial

  • How to retrive datatables From Database [modified]
    L lavankumar

    I had two hundered tables in database. I want to retrive the tables with one common field.How to does this .I Want use C# and Sql .I had different Tonnage in all the tables. if i want to call 300 tonnage in that all the tables(200 tables).How to retrive it from the datatable in the database. thank's in adv. m.lavan

    modified on Wednesday, February 11, 2009 4:31 AM

    C# database csharp tutorial

  • differnce between Crystal Report.rpt and Report.rdlc
    L lavankumar

    hi i have to generate a report for my project and it is in the following format Loads on Structure // Heading Dead Load //Sub Heading1 Dead Load1 -- 200 KN/m Dead Load2 -- 250 KN/m Live Load // sub heading2 Live Load1 -- 150 KN/m Live Load2 -- 100 KN/m etc like Now to display the report in this format which report should i choose and which one is best and has more advantages i dont know about these reports but by R&D i came to know that Report.rdlc cannot export to Ms-word application now what to do ... Please give me a good advise Thanks in advance lavan

    C#

  • [Message Deleted]
    L lavankumar

    [Message Deleted]

    C#

  • Opening a excel file through webservice
    L lavankumar

    i could not install the AutoCad software in the hosting server. i will clearly explain you so that u can help me... my website is hosted/maintained in a server in which i cant install the AutoCad. and the sqlserver Database is maintained in another server, in which i can install the AutoCad. my small doubt is .. from my site i can access the Sqlserver Database but y not the AutoCad Application now to access the autocad application what i have to do... i think u understood thanks for u r reply

    ASP.NET

  • Opening a excel file through webservice
    L lavankumar

    actually i want to run AutoCad software using the webservice, bcoz due to few reasons my website hosting server doesnt support the installation of the AutoCad software. so i installed the software in another server . and i created a webservice using the IP address of this server. and i wrriten a method which opens the Autocad Application but it is not opening bcoz the webmethod is returns a xml file

    ASP.NET

  • Opening a excel file through webservice
    L lavankumar

    hi i created a webservice. i want to open excel file throught webservice in that webservice i written a method with name "openExcelfile". which opens excelfile write data in the excel file. thanks in adv By lavan

    ASP.NET

  • Accessing a dll present in remote server
    L lavankumar

    hi i developed a website and the site is maintained in server say "server1" and the sqldatabase and a special dll is maintained in another server say "server2" (remote server -- server is located in another place). now a page in the site requires the object of the special dll placed in server2 i have one option for this i.e i have to install the software in server1 which provides that special dll and from there i have to access the dll. do any one have another option for this plz help me thanks in advance Lavan Kumar M

    ASP.NET sysadmin help

  • Accessing 3rd party software object from asp.net
    L lavankumar

    hi, i have 2 servers say "s1" and "s2" in server "s1" i m maintaining the total website and in server "s2" i have sqlserver database and 3rd party software now from a page say Default.aspx located in server "s1" i want to create a object/run the 3rd party software in "s2". is it possible, plz help me thanks in advance lavan kumar M

    ASP.NET csharp asp-net database sysadmin help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups