Home > .NET Development

.NET Development

.NET Development forum discussing the Microsoft languages including C#, VB.NET, ASP.NET and others. Learn various methods of problem solving unique to the .NET technologies.
Ask Question About .NET Development
BC30175 vbc compile error
Hi, I'm having problems compiling my VB.NET project from the command line. Its a Web application (aspx) which I'm developing in VS.NET but as I have XP Home, I've had to use a ClassLibrary to contain it (instead of the default VS WebAppli...
answer(8)  view(519)  status(wait for best answer)
Create 2 columns from gridview with an inner gridview
Hello, I have a .aspx page which produces a gridview. Inside the gridview, there is another gridview. After the inner gridview is completed, the code grabs the next parameter from the outer gridview and starts over again. I am trying to make th...
answer(0)  view(2)  status(wait for best answer)
2D FFT in C#
Did anybody here ever implemented the 2D FFT in C#? I would really like to have that implementation, please.
answer(2)  view(298)  status(wait for best answer)
[ASP.Net/VB.Net] Clear selection from radiobuttonlist
Hey everyone its peebman2000 again, beginner programmer. I have a question, that mostly everyone on this forum knows, but I don't. I have a radiobuttonlist below: Aspx page Code: <asp:RadioButtonList ID="RadioButtonLi...
answer(4)  view(1,544)  status(have the best answer)
[ASP.Net/VB.Net] Client Side Button
Hi all, I am using one client side button in my form.The code behind of the form has a public varriable Action as Integer.If the varraible is 1 then the button has to be disabled else it has to be enabled.I am trying like this ...
answer(4)  view(658)  status(wait for best answer)
comma,) valid expression or continuation expected error using asp.et 2.0 aand ms access 2003
Dim cmd As New OleDbCommand("INSERT INTO tbl_worker (state_epi_id,cdc_epi_id,niv_lab_id,firstName,middleName,lastname,age,designation_id,ffc,nWork_id,ppContact,pt_diagnosis_id,ppeUse_id,hist_id,holiday,sreport,treatment_id,sEffects_id,foreignV...
answer(0)  view(9)  status(wait for best answer)
Beginner's considerations
Hello friends, I feel I am ready to start learning more on web development and databases. I have a good practive with MS Access and have developed several applications. I now need to build web databases and getting confused on whi...
answer(2)  view(860)  status(have the best answer)
what is the difference between Int16, Int32 and Int64?
what is the difference between Int16, Int32 and Int64? What is impersonation? luv -Gopi
answer(3)  view(666)  status(have the best answer)
Checklist Box Validation in Visual Web Designer 2005
I am a newbie to ASP. I was tasked with creating an enrollment form for our company. I found a Wizard Control and Visual Web Designer tutorial on forms and thought that this is the way to go. Everything was going well until it came to tr...
answer(2)  view(66)  status(have the best answer)
what is unmanaged code in .net programming?
what is unmanaged code in .net programming?
answer(1)  view(36)  status(wait for best answer)
PasswordRecovery control help in sending mail
i am using PasswordRecovery Control... on recovering password, it sends mail to the user... i dont want to send the mail... how can i stop the control from attempting to send mail?
answer(1)  view(1,027)  status(wait for best answer)
XML over HTTP - TRAVELfusion
Hi guys, I am working on an travel website that integrates with the TRAVELfusion API. They provide examples in Java and PHP, but I need to implement it using C#. I'm not to sure what is the best way to approach this. If anyone could give...
answer(15)  view(831)  status(wait for best answer)
Handle double click event in Repeater control
Hi, I have a repeater control with some columns in my ASP.Net form. When the user double clicks on any row I need to process some client side code. How do I attach the dblclick event to a repeater and call the javascript function? In a dat...
answer(2)  view(127)  status(have the best answer)
[ASP.Net/VB.Net] Generate Password and Password Salt
Hi: I wanna reset the password of users from a Button. I wanna know how i can generate the password and the password salt in hashed password format, since a string variable : "12345". Help me please
answer(2)  view(717)  status(have the best answer)
[ASP.Net/C#] Telugu ?
Hi anybody know how to develop a telugu website using asp.net and c#? Thank you, Nag
answer(1)  view(615)  status(have the best answer)
Basic of posting to aspx page
someone be so kind to just give me short example of how do i post to or call a aspx page some value, that it except and say display it in something and if possible can the page return a value at all ? thanks RA
answer(15)  view(776)  status(wait for best answer)
HyperLink as trigger in Ajax updatepanel
getting the error: Control with ID 'lnkHyperLink1' being registered through RegisterAsyncPostBackControl or RegisterPostBackControl must implement either INamingContainer, IPostBackDataHandler, or IPostBackEventHandler what should I do???
answer(0)  view(25)  status(wait for best answer)
Can a GridView always show the PagerTemplate?
I wonder if it's possible to let a GridView always show the PagerTemplate, even when the number of rows in the grid is lower than the PageSize setting. I'd like to build a some extra features in the PagerTemplate so I want it to show al...
answer(1)  view(1,030)  status(wait for best answer)
Saving Mail attachments problem in C#
Hi, I've got a tricky one here. I'm retrieving mail attachments from an exchange server in C# using a service. At a given interval the service kicks off to look and see if there are any unread messages for a predefined mail account. If the...
answer(1)  view(83)  status(wait for best answer)
Using CDONTS can we send mails to Lotus Notes
Using CDONTS can we send mails to Lotus Notes
answer(0)  view(26)  status(wait for best answer)
[ASP.Net/General] NANT script
Hi, I was trying to build a .net application using NANT script, while doing so I got an error invalid element <vssget> here is part of the NANT script. <target name="runGetByLabel"> <echo message=...
answer(1)  view(455)  status(wait for best answer)
Crystal report error Invalid index. Exception from HRESULT...
hi, anyone perhaps have an idea why this would happen in crystal reports. using vs 2005 and crystal reports 10 crashes at this line rptReport.SetParameterValue("@ReportFilter", obj); in the code : Code: ...
answer(3)  view(890)  status(wait for best answer)
HSBC paymant gatway
I'm working in asp.net c# website for that I want to add HSBC paymant gatway. my application is working but it didnt redirect to the https://www.cpi.hsbc.com/servlet page insted of that it redirect to my return url page.in that page i get C...
answer(3)  view(884)  status(have the best answer)
Sessions and cookies
<i><b>Originally posted by : John B</b></i><br />I'm a bit confused on this sessionless cookie state and sessions. Other things I've read said we could use sessions. Which is better? Or can I use both? Pleas...
answer(1)  view(651)  status(wait for best answer)
ASP+ Engine
<i><b>Originally posted by : Rick (surfin_1@yahoo.com)</b></i><br /><br />Does the new engine needed for ASP+ come with IE 5.5? I see that someone said that was the only requirement, assuming you have Wi...
answer(1)  view(180)  status(wait for best answer)
VBScript and VB programmers thrown in trash heap by Microsoft
<i><b>Originally posted by : Tom Terrific (tom@terrific.com)</b></i><br />ASP+ does not use VBScript at all; Microsoft is throwing these programmers away.<br /><br />And the new VB is a new language...
answer(3)  view(163)  status(wait for best answer)
how to modify script
<i><b>Originally posted by : john (yeow_km@yahoo.com)</b></i><br /><br />hi can any one tell mi how do i modify the examples given for the tree nodes code so tat when i click each node it will appear on ...
answer(0)  view(807)  status(wait for best answer)
The greatest thing
<i><b>Originally posted by : Andy J (andyJ@Solidsoft.com)</b></i><br /><br />Componments requre no registration - regsrv32.exe is dead!<br /><br />Deployment by Xcopy<br /><br />Un...
answer(1)  view(365)  status(wait for best answer)
FOrms not working with ASP
<i><b>Originally posted by : Chelvi (s_chelvi@hotmail.com)</b></i><br />I saw the following code in the internet and I don't know the difference between type=submit and status="submit" in the submit b...
answer(0)  view(428)  status(wait for best answer)
machine serial number
<i><b>Originally posted by : Sanjay (sanjay_k_s@hotmail.com)</b></i><br />Hi,<br /> Here I am getting one problem.Is there any method or function in ASP which is used for getting the machine or workstatio...
answer(0)  view(375)  status(wait for best answer)
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2010 by Infoqu. All rights reserved