12,085 Topics

Member Avatar for
Member Avatar for vijeevvv

I have a gridview which is connected to a SQL datasource.In the gridview i have a item template field (Textbox) and a image button. when i click on the image button, i get a popup (using ModalpopupExtender).In the popup there is a checkboxlist with a series of items which are …

0
80
Member Avatar for minbor

Hello, I am trying to deploy an asp.net website and have a strange problem with Crystal Reports. When the page loads the report is blank, but when I go to the next page or change zoom the report refreshes and displays correctly. I have created a test page where you …

Member Avatar for minbor
0
234
Member Avatar for superhuman

How to drag and drop multiple listbox items from one listbox asp.net server control to another in asp.net webforms Kindly give me a solution to this problem It's very urgent..... Awaiting reply, regards.....

Member Avatar for pranava
0
454
Member Avatar for moni94

Hi. I added a file called "sldata.txt" to my Silverlight solution (which I test in an ASP.NET site) in VS 2010. But when I try to access it using stream reader: StreamReader sr = new StreamReader("sldata.txt"); I get a SecurityException - File operation not permitted. Access to path 'chatdata.txt' is …

Member Avatar for jaspreetsingh12
0
720
Member Avatar for keertg

Hai, Currently I'm writing code in ASP.NET using VB language. In my page, In left panel I have set of contents and in right there is a Calendar(Refer attachment CalendarView). I am using jquery (draggable pluggin)Drag Over and Drag Out methods to drag and drop the contents into a particular …

Member Avatar for keertg
0
108
Member Avatar for mike2098

Hi I have been looking for a easy to use CMS in order to sell some software products moodle and sitefinity can anyone suggeat any alternatives I have 4 or 5 applications to sell I would like to have a forum for discussions and a sales page where I can …

0
43
Member Avatar for priyamtheone

Hi, we all know how to dock or anchor controls so that they resize themselves accordingly when a form is resized. It works fine till we have rows of controls on left and right size of the form. But what if have three columns (Columns as in visual sense. I'm …

Member Avatar for priyamtheone
0
225
Member Avatar for Janardhan.559

Hello, This is my first Website using ASP.NET and I am very unfamiliar about it. I am creating [COLOR="Blue"][B]Employee Management[/B][/COLOR] Application. i have [B][COLOR="Red"]Employee[/COLOR][/B] Database, in that i have Emp_details Table having fields like (Emp_id,FirstName,LastName,Email,PhoneNo,Designation etc...). in my Application i have a link View All Employees. in that i need …

Member Avatar for dnanetwork
0
78
Member Avatar for richa kushwaha

i want the code of gridview in terms of displaying selected value in another page on textbox.............. reply me soon. .......................

Member Avatar for dnanetwork
0
86
Member Avatar for naveedqadri

Hi Experts, I have visited the forum regarding this solution ,but could not get proper help. I got error : Object reference not set to an instance of an object. [code] Line 18: <% Line 19: Line 20: string proj_id=Session.Contents["proj_id"].ToString(); <-------- > pointing to this part Line 21: OleDbConnection conn=new …

Member Avatar for dnanetwork
0
112
Member Avatar for kenji

Hi, I have a really basic ASP.Net question regarding the life of variables. I'm following the book Beginning ASP.Net 4 by Apress. The question is this, I declare a list in the .aspx page and it is available for access by the corresponding .aspx.cs class similar to the code sample …

Member Avatar for dnanetwork
0
145
Member Avatar for jackparsana

Hi, Please help me to do this. I have application for send bulk SMS. But when i send SMS, like : "Hello Word" then it will message me like : "HelloWord" it remove space. so how can i manage. help me thanks in advance. jack

Member Avatar for jackparsana
0
187
Member Avatar for cent91

i wanna use the Sleep fucntion in a CLR vc++ app, if i include windows.h it gives a huge list of errors, if i use _sleep() then it dowsnot work at many systems since its obslete. what should i do? i am bound to use CLR bcoz my code uses …

Member Avatar for cent91
0
395
Member Avatar for naraza

how can i use to show the selected value from data set i think there is a problem of dataset use to take out value from data set my code is [code] protected void Page_Load(object sender, EventArgs e) { SqlDataAdapter adap = new SqlDataAdapter("SP_selectallbooks", con); adap.SelectCommand.CommandType = CommandType.StoredProcedure; //DataSet ds …

Member Avatar for naraza
0
335
Member Avatar for naveedqadri

Hi Experts, I have asp.net application already published with x86 ( i am not sure but can not working properly on windows server 2008 64 bit with oracle), through googling i found that i need to change application to Specific CPU through VS2005. There is also solution: To explicitly set …

Member Avatar for kvprajapati
0
184
Member Avatar for mrinsult2000

I'm trying to make a simple internal website with some links that would allow a user to install some basic software, but... I am failing thus far. Basically, I have 4 MSIs and 3 EXEs that I would like my users to choose from to install. Ideally, I would like …

Member Avatar for kvprajapati
0
83
Member Avatar for CodeBoy101

Hi all! I am using Visual Studio 2008 and I was wondering is there a way to get the colour of text in a menu item to change color during a mouse over. So for example, if I was cycling through a list of items, the item that was currently …

Member Avatar for kvprajapati
0
162
Member Avatar for buvanarajamani

i need a sample program to implement synchronization concept for a website... i have an application connected with oracle database. i have to open the same application simultaneously in two visual studio ide to perform the same operation or different operation accessing the same database in a synchronized manner using …

Member Avatar for kvprajapati
0
106
Member Avatar for olybobo

Dear all; I have the following code below and I have been spending time trying to debug it but I can't understand why I am getting the illegal character error message. See my code below. Thank you. workheader.master.cs [CODE] using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using …

Member Avatar for olybobo
0
153
Member Avatar for judithSampathwa

hi i have a datetime picker in user control form in C#. when i load the user control i want the datetime picker to disply no value in the datetime picker box. the code is below. [CODE] dpEDate.Format = DateTimePickerFormat.Custom; dpEDate.CustomFormat = " "; [/CODE] and when the user control …

Member Avatar for judithSampathwa
0
231
Member Avatar for ruchi18

I am having an issue in my project trying to developing a mail webservice but getting an error transport failed to connect to server. Below is the code... [code] protected void btnsubmit_Click(object sender, EventArgs e) { MailMessage mail = new MailMessage(); mail.From = "ruchi.dubey18@gmail.com"; mail.To = txtTo.Text.Trim(); mail.Subject = txtSubject.Text.Trim(); …

Member Avatar for kvprajapati
0
648
Member Avatar for alehabajose
Member Avatar for divin757

I am having trouble debugging in sharepoint. It is acting like I am debugging a different dll than the one I made code for. When stepping through it will skip lines occasionally and randomly just stop debugging. Often it will start debugging then stop randomly and show any new breakpoints …

Member Avatar for divin757
0
187
Member Avatar for naveedqadri

Hi Experts: When i run this page on my online website with mysql (already with Oracle), this errors orrurs. Exception Details: System.Data.OleDb.OleDbException: [1]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'exec print_pack.check_print …

Member Avatar for naveedqadri
0
315
Member Avatar for papershop

Dear All i need help how to insert data into sql database form a datagrid... this is the example.... i have view data from tabel sales in a data grid product name sales jan sales feb sales mar MILK 10 15 20 Biscuit 7 6 9 Tea 5 15 30 …

Member Avatar for pritesh2010
0
133
Member Avatar for Scott.Atkinson

Hi All, Im in the process of creating a task logging system for where i work, and at the moment im in the process creating a ajaz function where it will return a list of all users depending on what team the user has selected from the 1 dropdownlist but …

Member Avatar for Scott.Atkinson
0
180
Member Avatar for aalokwar

Hi, I want to browse compete drive/folders and lists of file from server using ASP.NET 2.0 web application. Displayed files when clicked, should get open in a new window or in same window. Please help me with a demo project, if any available. Thanks in Advance.

Member Avatar for kvprajapati
0
84
Member Avatar for bubbleT

Anyone know how to change the location for treeview.htc from "webctrl_client" to other folder name? [CODE]IMPORT NAMESPACE=TVNS IMPLEMENTATION="/webctrl_client/1_0/treeview.htc[/CODE] Please advise. Thanks

0
63
Member Avatar for Sarama2030

HI Id lyk to know how you create web pages that are consistent on different resolutions especially the small ones i mean small monitors. I've used some css absolute positioning on my site stuff really overlaps on smaller screens-bad.thanks

Member Avatar for riteshbest
0
148
Member Avatar for MARKAND911

I m having a problem in showing chart with datatable. I want to show my chart as shown in below image.

Member Avatar for juluri srinivas
0
205

The End.