13,153 Topics

Member Avatar for
Member Avatar for l1985

Hello I'm making a wabsite with a gridview(so far..) but,when i try to fill with a dataset ...nothing ,i can't see no data and my dataset is never empty ,it contains data .I ran some debugs and the dataset reads correctly from the sql server database here's the code [CODE] …

Member Avatar for l1985
0
111
Member Avatar for compovet

I'm trying to sending Email through my web application from Gmail by using Sustem.Net.Mail.SmtpClient My code is [CODE] string To = "doctor_ofvet@yahoo.com"; string From = "doctorofvet@gmail.com"; string Subject = "The Famous"; string Body = "Hello World"; SmtpClient Client = new SmtpClient(); Client.Send(From, To, Subject, Body); [/CODE] I put this code …

Member Avatar for LizR
0
112
Member Avatar for Dhruv Shah

i am developing a job site and i require to search for records from the database. i m passing value fro that parameter in textbox. so please help me thanks in advance

Member Avatar for krany18
0
419
Member Avatar for Zebu00

/ I'm using Microsoft Visual Web Developer 2008 to make a website and I have an access data source on the page linked to a table with a bunch of cities listed. There is a Grid View on the page linked to the data source. Also on the page I …

Member Avatar for Zebu00
0
78
Member Avatar for rogelioz

Hi, I'm looking for the equivalent in C# of this function: strip_tags(). I want to use it to validate some input and avoid SQL injection. Any ideas? Thanks in advance.

Member Avatar for raziane
0
1K
Member Avatar for krany18

hai friends ,, in monster/naukri we have a search button is there.using that we can search the record from there. in my project also we have a registration form . if we wants any customer details just we enters the customer id or name that customer details can retrieved. i …

Member Avatar for reach_yousuf
0
125
Member Avatar for rambleon

Hi I'm getting the following exception from accessDa.Update(ds.Tables(0)) [B]No value given for one or more required parameters[/B] In the following code[COLOR="Red"] (marked in red)[/COLOR]. [code] Protected Sub DataTableCurrMonthForWorker(ByVal ccMifal, ByVal ccWorkerID, ByVal theYear, ByVal theMonth) Dim totInsert As Integer Dim currDay As Integer = 1 Dim theDate As Date Dim …

Member Avatar for rambleon
0
131
Member Avatar for Elmo_loves_you

Hi, I was just wondering if anybody new of a way to store an encrypted file to an sql server database through a stored procedure. I have managed to encrypt a file selected from a FileUpload control but at the minute the encrypted file and the key are created and …

Member Avatar for Saravanan M
0
116
Member Avatar for sbv
Member Avatar for sbv
0
143
Member Avatar for binoj_daniel

Hi, I have an ASP.NET web app and Iam trying to show my clients a message to save data before saving when they click on the submit button which is working fine. But the problem is I only want to show the Message when there is an actuall change in …

Member Avatar for gaurish.salunke
0
148
Member Avatar for gatewaytl

Hi Friends, I have created two functions that encrypt and decrypt the connection string in web.config. But whenever I want to use connection string. I have to always decrypt web.config and then again encrypt it back. Does there any other way which i can use. I'm using section.SectionInformation.ProtectSection(" <encryption configuration …

Member Avatar for sierrainfo
0
97
Member Avatar for pwright

I have a web page calling another web page and I want to build a MySQL query in the calling page and pass it to the SelectCommand on the called page to show the results in a GridView control. [code=asp.net] Server.Transfer("~/Experiments/Default.aspx", True) // opens the new page Protected Sub Page_Load(ByVal …

0
36
Member Avatar for emilio

hello how can i display an information messagebox in asp.net with message and title ?

Member Avatar for emilio
0
88
Member Avatar for krany18

hai friends, please guide me how to store a .doc (resume ) into sqlserver in asp.net using c# i know the fileupload control but how it can store into sqlserver which datatype i can take.. please give me a valuable solution as soon as possible. Thanks & Regards A.Kranti Kumar …

Member Avatar for sbv
0
131
Member Avatar for rajkishore

hi friends can anyone tell me how to play videos using Windows Media Player in ASP.NET 2.0 using c#. please help, i am novice programmer in asp.net and c#

Member Avatar for sierrainfo
0
104
Member Avatar for dotyell

I am trying to display a crystal, from an object report in asp.net using c#. Can anyone help me out. The idea, as much as I understand is, object -> table adapter -> Data table -> crystal report viewer then population of the report file. I want to populate the …

Member Avatar for sierrainfo
0
96
Member Avatar for bigbadowl

Hi all I'm using Visual Studio 2008 to develop my first webpart. I have created a PageMethod to call from Javascript. From searching, I believe that you cannot create a PageMethod in the component directly. Question is, how does one go about creating a PageMethod in a Sharepoint WebPart that …

0
58
Member Avatar for brightline

I want a [COLOR="Red"]free[/COLOR] control that allows me to write formatted text in it (Like MS Word). And I want to know how to store this formatted text int the database and how to retrieve and display it again in this control. Thanks in advance.

Member Avatar for dickersonka
-1
90
Member Avatar for *nur

Hi, i am trying to send email from a web site which was upgraded from 2003 to 2005. I am having problem to send email to other email add. smtp: mail.company.com i can send and receive email on [email]any@company.com[/email], but for email other than [email]anyemail@company.com[/email], such as gmail, yahoo etc....it …

Member Avatar for dickersonka
0
147
Member Avatar for bharathi_n_r

Hi fellows, My problem is, i have a datagrid where there is a boundcolumn which consists of Cadre(E1,E2.....E7). In the same datagrid i also have two template column which consists of a textbox and a checkbox.I need to enable the textbox and check the checkbox by considering the cadre.The logic …

Member Avatar for bharathi_n_r
0
198
Member Avatar for andy91
Member Avatar for ithelp
0
67
Member Avatar for miyo2ke

Hi Everyone, I am new to ASP.NET, i am currently doing a project. I'd like to create a log in page using code. please assist. Some one give me a code sample of a log in page. Including connections to MSSQL database. I am totally lost. A step by step …

Member Avatar for miyo2ke
0
147
Member Avatar for krany18

hai friends, this is kranti, i am getting one error while i am using the sqldatasource control and dataview control it gives error on the browser like this " invalid object name "emp": please tell me the how to use the sqldatasource . ASAP please....

Member Avatar for krany18
0
100
Member Avatar for jazz.learner

Hi All, Iam wondering, Can anybody know this What are the advantages of a hosted SharePoint vs. one that is on an in-house server? I will highly appreciate your feed back! Thanks In Advance Jazz

Member Avatar for dickersonka
0
66
Member Avatar for krany18

hai friends, i am developing a application using asp.net and c# and sqlserver. i am already created the application.but on that i am not getting a solution for a problem. i want to a search a record from that application.using a empid or name or designation anything. if a enter …

Member Avatar for dickersonka
0
75
Member Avatar for Enjoy

Hi all, I am using asp and vb and back end is SQL . I am getting syntax error in update command. Error is Incorrect Syntax near keyword "desc". Can anyone debug this. R can you tell me an alternative way to update record in database. I have to check …

Member Avatar for Kusno
0
150
Member Avatar for andy91

Hi I'm a moderate level PHP developer and I'm trying to move to asp.net for a project but finding this a very difficult and alien experience. The hole ASP.net world is so different from the traditional PHP/mysql way of doings things. My head hurts. What I want to do is …

Member Avatar for dickersonka
0
199
Member Avatar for ritika_khanna

i am working on a project on online railway reservation in asp.net using vb.net.in this,i want to use credit card for the payment of reservation of tickets .tell me how can i do this

Member Avatar for ravipabbathi
0
115
Member Avatar for frmsasp

Hello there, I am using ASP.NET with C# and facing below problem. I am not able to get values of selected checkboxes which are generated dynamically. Pls have a look at the image attached with the message... Waiting for your reply.... Thanks, Paresh

Member Avatar for sierrainfo
0
1K
Member Avatar for preethi_ga

Hi, Im using ASP.NET and SQL Server. While inserting the data at run time. the same data , what ever is already in database is being stored again. Say for example, i have empname and empno, "Mala" and 123 already stored in database, if i give new data "Bala" and …

Member Avatar for priyankaa
0
114

The End.