Hello,
I want to retrieve a value from the database. Is there a way to retrieve using sync client callbacks using javascript in ASP.Net 2.0?
Here is scenario.
Javascript function
funct...
I am testing various implementations of quicksort and a couple of other sorting routines in C#.
I am also comparing these to the internal dot net Array.sort() method.
The built in dotnet sor...
I have a dot net application that runs ok if i am running it using a local drive (eg : C:\MYProject\App.exe).
But If I map a drive to the local drive (Map Z to C) and run it, the app gives me...
I am having problems updating a table to an acess database in visual basic.net 2005. There is something that I just am not getting. I have read books, and looked at code examples.
Here is w...
Hi!
I have a slotion with several projects, now I like to use Code Snippets for this solution.
1: I have Created a Code Snippets folder under the project folder so all the snippets will ...
Why can't I read the document content??
All is working fine when working with ascii-charset.
But I need to store a RC4 string in the xml-File. Then
Dim xmlRoot As MSXML2.IXMLDOM...
I have some data I need to retrieve from "Mondays".
How can I declare a data variable equal to the most recent Monday date?
I'm getting XXX is never assigned to, and will always have its default value null
How can I disable this error when I debug in c#?
I need to write a function to split a string with delimitters "Hai, hello, 23423,day,452423,today2345,hai345"
into 3 different strings string1 ="hai,hello,day" string2="23423,452423" and stri...
Yet another XML question. :-)
So lets say a user wants to search a XML file for a value but maybe only knows part of that value. For example they are looking a item up by discription. Lets ...
Hi experts. Im having a problem with postbacks in dynamically created user controls inside an updatepanel.
I have a page which has a placeholder where i will add a user control depending on t...
Hello, i need a way to allow the user to select a pdf stored on the webserver then with a button click event I need to convert the PDF to a text file and store that on the same server. I will ...
I am experimenting with various windows APIs to identify which application is active at any given time. I have tried using GetTopWindow but the return is not what I expected.
I am passing ...
I am new to LINQ and I am sure just about everyone is just as confused as me. I simply need to know how to do a SQL update using LINQ. Here is my current code.
string desc = txtdescriptio...
I need to select the second or third <FLI_INF> tag from the code snippet below
how can i do this ?
I use this code with vb 6.0 but i need help using vb.net
here is an example of how i do it...
Hello Experts,
Our company has a VB.NET software that runs as a service. The software runs successful every installation, but we have a customer who has installed in two differents computer...
Hi
I have an application which calls an access database and prints a report via the following code:
Dim oAccess As Microsoft.Office.Interop.Access.Application
oAccess = New Micro...
Hi
I need to find the row number of one of the collection
Dim TableModelObjects As New Collection()
TableModelObjects.Add("123", "123")
TableModelObjects.Add("1234", "1234")
TableM...
Something that is confusing me in VB 2005 is the absence of a "Form_Load()" event. What is the equivalent of this in VB 2005? I want to be able to initialize some things, set up some objects,...
I have a new job as a web developer working under an architect who has asked me to find a more 'elegant' electronic signature solution for this Human Resources program we are currently updatin...
I have a list of checkboxes that are dynamically created, there could be anywhere from 0 to 1000+ of them.
<asp:CheckBox id="check" runat="server" />
Also, I have a submit type button
<...
Hi all,
The report I am working on needs a feature where the user can delete the comments that are on the report. Basically a button functionality... Some had used a textbox to look like a ...
I am trying to change a target of a form on a page on post back. The target of the form are 2 iframes. I want to fill the first iframe in the first postback and then fill the second iframe o...
Hi,
Can anyone help me figure out as to how can I mask a cell to only include decimal value to 9 between 0 and 1. for ex : 0.000000001 to 0.99. Masking doe s not seem to work.
In the code below I need to response.Write nothing if the protected string strAgentDirect is null, "", or len < 7
Response.Write(" " + strAgentDirectTxt + strAgentDirect ...