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
N

nakins

@nakins
About
Posts
6
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Invalid registration key
    N nakins

    Hi, I had set up a pdf maker script using ASPpdf and it had been working fine for several months. Now, when the user trys to create a pdf, they get an Invalid Registration Key error. I looked in regedit for the key as directed in the original instructions and it is there. I don't work with asp.net everyday and haven't done any asp coding in about a year. We had some trouble with the server and our network guys did some work rebuilding. there is a run command showing in the run dropdown that I guess one of the network guys ran. regsvr32 d:\Inetpub\wwwroot\bin\ASPPDFLib.dll I'm at a loss at what to do. the line generating the error is below, in C#.

    IPdfDocument objDoc = objPdf.CreateDocument( Missing.Value );

    Thanks for any help you might provide.

    ASP.NET csharp sysadmin help asp-net tools

  • what method to use for pushing page updates to page/iframes?
    N nakins

    I've been trying to create a simple method to update iframe content via a mix of asp.net and javascript. I can set a meta refresh, but that makes for a lot of traffic. I had created an aspx page that loaded into a hidden iframe (which did a meta refresh every 60 sec). This aspx would connect to a database and check for updated content, a "yes" or "no" in a table field. If "yes" then it would spit out some javascript code to reload the appropriate iFrame. But, there seems to be a couple of problem with this in that, one, the hidden aspx doesn't seem to load or execute but once. The other is that the javascript code isn't reloading the appropriate iframe. I would think this approach should work. I probably don't have it coded correctly. But, what I want to ask was if this method is a reasonable approach? Is there a better way of doing content updates without a lot of overhead code loading into the browser? Thanks

    ASP.NET csharp javascript asp-net database help

  • Email encryption options
    N nakins

    Hello, I have a form that users input information into which needs to be sent via email to another location. We currently have a form on a web server that was written in asp (classic). I would like to get away from this. It uses pgp, which is fine, but I haven't found a lot out there which can help me. I'm using asp.net 2.0 and vb. I'm learning asp.net 2.0/vb without having any other asp background. I looked for an asp.net pgp control and found only one (eldos pgpBlackbox). I was wondering if there are any other options available to send an encvrypted email, or if anyone cvan suggest any other pgp solutions beside the eldos one. Any replies would be greatly appreciated as this seems to be more complex than I first thought it would be.

    ASP.NET csharp asp-net sysadmin security help

  • Inserting a field name into query
    N nakins

    Hello, I have what I think is a simple task, but I have yet to find the answer. I'm trying to insert a table field into a query string from a dropdown list. I'm using MySql for a database, and if I use a control parameter, it inserts the selected value from the dropdown into the query with single quotes, like 'xxx'. MySql wants field name to be unquoted, like xxx. My query is like SELECT name, number, city FROM mytable WHERE xxx LIKE 'something';. And I can't figure out how to insert the xxx into the query without the quotes. I was wondering if any of you have ever done something like this where you entered a field name into a query string. I'm sure this is done somehow. I can't imagine not being able to do this. Any suggestion, and I mean ANY suggestion will be welcomed. How would you do it with MSsql or access?

    Visual Basic database mysql sql-server tutorial question

  • Inserting table field into query string
    N nakins

    Hello, I have what I think is a simple task, but I have yet to find the answer. I'm trying to insert a table field into a query string from a dropdown list. I'm using MySql for a database, and if I use a control parameter, it inserts the selected value from the dropdown into the query with single quotes, like 'xxx'. MySql wants field name to be unquoted, like xxx. My query is like SELECT name, number, city FROM mytable WHERE xxx LIKE 'something';. And I can't figure out how to insert the xxx into the query without the quotes. I was wondering if any of you have ever done something like this where you entered a field name into a query string. I'm sure this is done somehow. I can't imagine not being able to do this. Any suggestion, and I mean ANY suggestion will be welcomed. How would you do it with MSsql or access?

    ASP.NET database mysql sql-server tutorial question

  • Namespace?
    N nakins

    I'm starting out learning asp.net and VB/C# by making a custom membership provider. In the sample provider from the MSDN site, they show a list of imports, a db schema comment, and then Namespace Samples.AspNet.Membership There is a End Namespace at the eof. Prior to finding this, I found another example provider where these two lines were not included. I'm working in Visual Web Developer and when a code behind file is created, there is nothing of namespace to be found in it auto generated stubs. Do I need to have these namespace lines in my code behind file? If so, what should it be? What is it that Namespace Samples.AspNet.Membership is doing?:confused:

    ASP.NET csharp asp-net database question xml
  • Login

  • Don't have an account? Register

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