13,153 Topics

Member Avatar for
Member Avatar for Begginnerdev

Hello my fellow Daniwebies! I have a curious, possibly unique, and odd problem for everyone! We support an ASP.NET application which is using VB.NET for code behind. We use LINQ to SQL and classed object for the data retreival. I have an object called...myObject which is being deleted: Public Shared …

Member Avatar for Begginnerdev
0
268
Member Avatar for jkvt

Hello, I am trying to create an outer join in Linq using DefaultIfEmpty. It does not seem to be working. Basically I want c.TotalAmount to be 0 if it does not exist in the second/right table. Any ideas as to what I might be doing wrong? The query does execute, …

Member Avatar for jkvt
0
314
Member Avatar for Dimansu

I have a Login user control in a Login form. I want to set the default Enter press to a button called LoginButton in my user control.How can I do it in C# using Visual studio ?

Member Avatar for Eduardo_2
0
195
Member Avatar for kamilacbe

Hi, can anybody help me out in where can i find ffmpeg download for windows x264 codec , am developing a website which converts any file format to mp4h264 baseline format , everythng was fine with another wrap installer called MooO ffmpeg which i found in this link http://www.moo0.com/?top=http://www.moo0.com/software/FFmpeg/ evrythng …

Member Avatar for geniusvishal
0
288
Member Avatar for titas.datta

Hi! I am using a Datatable to maintain a shopping cart. In the gridview I have a textbox for quantity and I want that when the user changes the quantity, the subtotal field changes accordingly, and the datatable also gets updated accordingly. But my textChanged event is not firing at …

Member Avatar for geniusvishal
0
1K
Member Avatar for gbhs

Hi to all I want use one reportviewer for several reports each with a parameter. This person has done it here http://www.sourcecodester.com/visual-basic-net/load-rdlc-report-using-report-viewer-programmatically.html without parameters. How can it be used with parameter for each report. when I change line 15 to da.Fill(ds.Employees,txtEmployeeID.text) (where txtEmployeeID holds employee ID as a SQL parameter), …

0
153
Member Avatar for skliz

Is it possible to have more than one custom provider in a system. Suppose you have a project that as a blog and a forum rite in the same project. Can we have a Custom Membership provider for the blog. And a Custom Membership provider for the forum. Cos I …

Member Avatar for skliz
0
97
Member Avatar for firdousahmad

dear members of daniweb i m new to asp.net can u help me my first querry is what is the difference between ASP and ASP.NET

Member Avatar for BMXDad
0
369
Member Avatar for M.Waqas Aslam

Hello All ! I want to make my gridview pagination look like this First -prev -- 1 -2 -3 -4 -Next -Last How can i do this , by using options of Mode it is not possible. Best Regards

Member Avatar for BMXDad
0
164
Member Avatar for virendra_sharma

Hi, User "A" logged in to your web site and he is using Mozilla firefox browser after his logged in , i have stored some value in Session , now user again logged in from Internet explorer. So what will happen , can i get the session value for this …

Member Avatar for BMXDad
0
111
Member Avatar for Dontain

Hello, I found a nice exchange script where people post their own offers.I try to contact the lejer of the website but the website is dead, no activity and so I can not find which is this script and if he sell it. I am talking about this : tips.me/exchange …

Member Avatar for pritaeas
0
96
Member Avatar for Diogo Martinho

Hello. I'm currently facing an issue with my code related to the way CultureInfo.GetCultures method is sending me the list of countries. I have this in my getCountries method: System.Threading.Thread.CurrentThread.CurrentCulture = new CultureInfo("en-GB"); System.Threading.Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-GB"); var cultures = CultureInfo.GetCultures(CultureTypes.SpecificCultures); Which retrieves me a list of Cultures in associated …

Member Avatar for pritaeas
0
176
Member Avatar for nel gomez

good day! i am creating dll for burning cds using visual studio 2010 .. i already did it but, i am not suppose to allow to prompt any form creating discname.. the dll should also automatically setting the discname and it will just display a messagebox informing that the cd …

0
109
Member Avatar for Kratoswoo

The title says it all. I have looked all over and can't find a solution. <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <style type="text/css"> body, html { width: 100%; height: 100%; margin: 0; padding: 0; overflow:hidden; position:relative } </style> <title></title> </head> <body bgcolor="#000000" text="#FFFFFF" link="#9690CC" vlink="#FFFF0F" style="width: 100%; height: 100%"> <form id="form1" runat="server"> …

Member Avatar for pritaeas
0
684
Member Avatar for thyagi

Hi , I want to upload video in any format & video should be converted to flv. It will be played in any browser.My web application is in C# and ASP.NET. I can use jQuery & ajax. Please provide any sample code snippet ..& video conversion tool info. Thanks in …

Member Avatar for geniusvishal
0
63
Member Avatar for mo.doroodian

Hi , I need to create an e-exam project , and I don,t know where to start it ? Can sonbody give me some suggestion PLZ .

Member Avatar for geniusvishal
-1
42
Member Avatar for thyagi

Hi , I want to upload video in any format & video will be converted to flv. It will be played in any browser.My web application is in C# and ASP.NET. I can use jQuery & ajax. Please provide any sample code snippet ..& video conversion tool info. Thanks in …

0
61
Member Avatar for raajsj

hi all, Im working with a asp.net c# application and using sql server, as my database and using stored procedures. And i've to generate dynamic check box and button's.which is users can click the checkbox and when user can submit at the time i have to get checked checkbox values …

Member Avatar for raajsj
0
5K
Member Avatar for jaimin4829

I have created an application which compress & convert a file in .rar or .zip format.But it can't be open and give error that the file is damaged!!! string filetocompress = txtSourceFilePath.Text.Substring(txtSourceFilePath.Text.LastIndexOf("\\")+1); MessageBox.Show(filetocompress); FileStream sourcefile = File.Create(txtSourceFilePath.Text); FileStream destination = File.Create(txtTargetFilePath.Text + filetocompress + ".gz"); byte[] buffer = new byte[sourcefile.Length]; …

Member Avatar for shadyreal
0
1K
Member Avatar for eos.paks

Good Day, I would like to ask regarding on Redirect or need to login first? I have a Link on Homepage that if the user click that it will check if the user is logon or not if not then it will redirect on Login page? Your Response is Highly …

Member Avatar for BMXDad
0
133
Member Avatar for |-|x

Hi All I have googled this exception extensively, and all the discussions I've found seem to be related to file uploading and exceeding the allowed file size limit. In my case however, I am not uploading anything, it is a simple postback. I have a gridview displaying the results of …

Member Avatar for BMXDad
0
1K
Member Avatar for muhammad.ibraheem_1

using System; using System.Collections.Generic; using System.Linq; using System.Web; /// <summary> /// Summary description for Calculator /// </summary> /// public class Calculator { public double Add(double a, double b) { return a + b; } public double Subtract(double a, double b) { return a - b; } public double Multiply(double a, …

Member Avatar for muhammad.ibraheem_1
0
189
Member Avatar for DaniwebOS

Hello all, I have an issue, not that familiar with ASP but the environment I'm working on requires this to be designed here. I have a file with a string, integer, and another integer seperated by commas. I need the website to allow the user to upload a csv or …

Member Avatar for BMXDad
0
299
Member Avatar for weeraa

I'm Developing application using ASP.NET and VB.NET. It is used Ajax controls as well. I added dropdownlist (Standard controller) and databind to it. It is working well. But if i added Ajax combo box, it is not working. (It means data not filling to combobox) No any errors showing. This …

Member Avatar for BMXDad
0
684
Member Avatar for hirenpatel53

Please find attached File i want to Display data in grid in this format Please help asap its urgent Thanks in Advance Please help ASAp

Member Avatar for hirenpatel53
0
139
Member Avatar for LEO FRANCIS

PLEASE.... I NEED A TOPIC TO DO A PROJECT WORK IN NETWORKING BASED ON .NET OR JAVA.....PLEASE HELP ME OUT SOON

Member Avatar for malaysarkar
0
68
Member Avatar for stefanm981

i need help about visual basic website click buttons without id. Html Code: <div class="likeBox"> <span class="like-active" style="display:none;"></span> <div class=" ghostLink"> <a class="like hintable" hint="Like" href="javascript:void(0)" onclick="if (!Profile.likesBlocked()) { Profile.quickLike('#like_box_53117043234'); $.ajax({data:'authenticity_token=' + encodeURIComponent('6S2x01Deqy77H5OYvhxaDVyncWWcQavyOsTuw7J52/M='), dataType:'script', type:'post', url:'/likes/qwert1312/question/53117043234/add'}); }; return false;"></a> </div> </div> <div class="likeList you-like-block" style="display:none">You like this</div> <div class="likeList people-like-block"></div> …

Member Avatar for LastMitch
0
144
Member Avatar for sireesha.c

Hi all, Can u plz tell me as how to upload images. I am developing an web application similar to picasaweb album. I need to know as where the images to be saved(is it in database directly each image or just image path in database and files in application folder) …

Member Avatar for kavita Tambe
0
478
Member Avatar for ravinder yadav

i read many discussion threads on this forum but what they all suggest is improving web page by improving meta tags and key words that is all part of html editing. How do i do seo when i design a site using asp.net.

Member Avatar for ravinder yadav
0
359
Member Avatar for ravinder yadav

i want to know whether can i configure visual studio web developer 2010 express edition to work with apache web server instead of ISS?

Member Avatar for ravinder yadav
0
2K

The End.