13,153 Topics

Member Avatar for
Member Avatar for riya_developer

What is the solution for the exception below : "Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified." What might be the problem?

Member Avatar for ckchaudhary
0
59
Member Avatar for akil007

I have the User Control in which ajax datepicker. Many instances of this user control are used in Same page. I have handle my logic like change of one value of one datepicker can change other datepicker through JavaScript. But I have faced that I does not get any uniqueId …

0
77
Member Avatar for pepyrs

Hello guys, I found a lot examples about this one but I still don't have it all working. So the thing is that I have a button in my C# web application called Export to Excel. The functionality should works as if the button is clicked - it just simply …

Member Avatar for pepyrs
0
161
Member Avatar for KushMishra

Hello to all, I've designed a website to provide Software and all the data is coming into the gridview.The entries in database are...... [B]SoftName : [/B] Name of the software [B]SoftType : [/B] Type of the software (like windows,mac etc.) [B]SoftUrl : [/B] Path of the software file in the …

Member Avatar for KushMishra
1
457
Member Avatar for Rizwan khans

I am using a gridview in my application,in gridview i am having textbox which i had created by item template,i am new in programming i have no idea how to populate the data to the gridview,the data should be displayed in the gridview and after that the user had to …

Member Avatar for saikumars
0
110
Member Avatar for pshirgaonkar

Hi, Im building an web application where im using number of views & stored procedure.. i just want to apply performance tuning techniques for my application. while reviewing the code, i realized that lots of my views are being called in the Code behind file of the UI..i don understand …

Member Avatar for pshirgaonkar
0
124
Member Avatar for compulove

I created an asp.net login page and I have options that if the user clicks one it can go to different pages. All the other pages are written in aspx.vb but I had to write the last in .cs. I wanted to know if I could link this page to …

Member Avatar for thines01
0
155
Member Avatar for jijo cleetus

Hi, The onUnload event is triggerred both when a user clicks the 'Refresh' button(post back) as well as when the user clicks the 'X' (close browser)icon on the browser. I have to build an application in which the page may post back while drop-downlist selected index change event occurs.I need …

Member Avatar for jd31068
0
907
Member Avatar for mirzamujib

I made an asp.net application and two exe files (of my windows application) are added on button click event of my asp.net application. It works fine when i run locally but when i host this website, its not showing me exe files instead these exe files are showing in my …

Member Avatar for riteshbest
0
4K
Member Avatar for brightline

Hi all, I want to develop a web part then convert it into a dll file that can be used in the future as a control by importing the dll in the project. Is there any detailed explanation of how to do that. I am using VS2010 Thanks in advance.

Member Avatar for catherine sea
0
65
Member Avatar for jackparsana

Hi, I have very simple project in vs2010 and mssql 2008. with only single page for example. when i run project its take too much time for loading.. when i change the value of radio button it will take some process. i use updatepanel also and autopostback=true radio button takes …

Member Avatar for carrieathomer
0
439
Member Avatar for nash_p

We have a mobile game application created using j2me. This application need to communicate with an asp.net wcf service to send/receive data in json format. I have created the service and uploaded on to server. The url is somewhat [url]http://xyz.com/TheService.svc[/url]. This service provides some methods for example - int add(int …

0
124
Member Avatar for BlurrieBlue

Hi, I had some problems on setting the value for a variable when user clicks on the image button. This is wat I have in the aspx file [CODE]<asp:ImageButton ID="NewBtn" runat="server" ImageUrl="image/plus.png" Width="24px" onclick = "newUser = 'True'"/>[/CODE] At first i tried to declare the variable in code behind as …

Member Avatar for BlurrieBlue
0
496
Member Avatar for RoBb0

Hey all, For my project I have decided to create a web app for a bus tracking system using ASP.NET/C# and SQL Server. The reason for doing it in ASP.NET is because I'm much better at it compared to writing PHP and Javascript code. For one part of my app …

0
43
Member Avatar for riya_developer

Can anyone tell me how to drag widget to empty place using jquery in mvc application? whick property I should set?

Member Avatar for ckchaudhary
0
71
Member Avatar for Aaryan26

Hi all, I am trying to generate error msg using custom error handling module. I create a separate project and add the following code [CODE] public class FriendlyErrorModule:IHttpModule { public void Init(HttpApplication app) { app.Error += new EventHandler(app_Error); } void app_Error(object sender, EventArgs e) { HttpApplication ap = (HttpApplication)sender; HttpContext …

0
47
Member Avatar for denmarkstan

Hello people, i need your help here. i have a gridview with three fields: Id,Condition and Status. Under condition i have only two types of data stored - 'Approved' and 'Notapproved' and under status i have checkboxes. i want: while the page loads, there will be a loop on the …

Member Avatar for nakor77
0
95
Member Avatar for zainemma

I am building a real estate website and I am getting a following error: aapkaghar2.UserLevelsdal_base+UserLevelsDataException: Object reference not set to an instance of an object. U can visit [url]www.aapkaghar.in[/url] for more error details When I run this same on my local pc, it runs fine, without errors. Please help me.

Member Avatar for hericles
0
133
Member Avatar for drugoholic

I've just started my .Net courses and this is the exercise they made us do at the lab, pretty simple stuff. It worked well at the lab but now that I'm home to retest it, the [B]if condition[/B] inside [B]foreach[/B] is not working properly. The system is bypassing it automatically …

Member Avatar for cocoll
0
128
Member Avatar for ddombadoh

I am quit new in jquery. I have implemented the jquery autocomplete textbox, where I load data from SQL server. Upon selecting an item from the dropdown, I fill some controls on the form. I also want to change the text property of a button. Below is my jquery code: …

Member Avatar for nakor77
0
97
Member Avatar for doaji

i am trying to set the values of my parameters from my code. i have been doing this with VS 2008, but its not working for ReportView 2010. here is a snippet of my code ReportViewer1.LocalReport.SetParameters(new ReportParameter("RP1", "Office")) ; ReportViewer1.LocalReport.Refresh(); I have tried everything i know and read everything, please …

0
68
Member Avatar for Lazarevsky

I am building a website whereby people, before checking out of the shopping cart (and transferring to the payment iframe) can select which items from the shopping cart list to delete. The results from the shopping card are listed in a Repeater control. There is a Button in the Repeater …

Member Avatar for Atul Dhiman
0
951
Member Avatar for jackparsana

hi please help me to do that.. i have one form in asp.net. In that, i have one dropdownlist box control and near that one linkbutton "Add", one hidden textbox is there. when i click on Add button dropdown will hide and show textbox in their place. i want to …

Member Avatar for jackparsana
0
243
Member Avatar for Lycean

we have our system running but our system needs to be modified because we did something wrong...we are doing an "Internet monitoring System" in our school library where the user can only access the internet 1hr a day, and he/she cannot use the internet within that day if he couldn't …

Member Avatar for hericles
0
92
Member Avatar for nerden

Hi, I am building a VB.NET app which amond other things, deploys a scheduled task to run test.bat when A Windows Server 2008 Backup is cancled. I have the app all working which runs a command which, when works, will be the event creation command. I figured out how it …

0
170
Member Avatar for valestrom

Hey, I'm looking for an IDE with .NET capabilities, but not visual studio. As I need it to run off a flash drive. Any suggestions?

Member Avatar for pseudorandom21
0
163
Member Avatar for sphe_g

Hi all I am currently working on a project for tech (university). It's a login form that uses a CAPTCHA as validation and must monitor the IP address of the computer that has currently requested the form. The IP monitoring part is so that if a user has made x …

Member Avatar for sphe_g
0
247
Member Avatar for pepyrs

Hi guys, I have a problem when using gridview which source is a database VIEWS, not a table. I have a MySQL database running, ASP web application(C# behind). Then the GridView's source is a combination of 8 views from the database. ([CODE]SELECT * FROM v1,v2,v3... v8[/CODE]) Then the problem is …

Member Avatar for pepyrs
0
214
Member Avatar for murgesan

PHP, JSP, ASP.NET Which one best for web development ? web development are same , but platform is different , and also the working envirment are different ? so please suggest which is now day best development in web ? and also the large application in web ?

Member Avatar for peter_budo
0
294
Member Avatar for vuyiswamb

Good Day All I have a Dynaically created a Textbox and i have a Dynamically created DIV. So what i want to do is to Find the Position of the Textbox and and Dynamically when this textbox is created , please a Div just next to this textbox. So my …

Member Avatar for vuyiswamb
0
243

The End.