13,153 Topics

Member Avatar for
Member Avatar for fawadkhalil

Hi all I m using asp.net 4.0. In my data list i have used asp image tag like below [CODE] <asp:Image ID="imgSmallPics" runat ="server" ImageUrl ='~/AdsPictures/<%#Eval("pictureName")%>' [/CODE] where AdsPictures is folder where images resides and pictureName is name of image return by query. Image is not shown, when i copy …

Member Avatar for eesha.ebaad
0
2K
Member Avatar for HunainHafeez

in databse tabel i have fieild with type varbinary(max) for storing image, so i achieved it and stored my image but the problem is that when i use this line SqlParameter p8 = new SqlParameter("logo", SqlDbType.VarBinary).Value= productImage; then it gives me an error but when i use this line : …

Member Avatar for HunainHafeez
0
215
Member Avatar for HunainHafeez

if i have table in database(sql server) and has 1500 records and i run 2 applications(at same time) that will retrieve 500 records each so how can i do this app1 will retrieve first 500 records app2 will retrieve next 500 records means no over lap SET Transaction Isolation Level …

Member Avatar for HunainHafeez
0
297
Member Avatar for HunainHafeez

i stored session variable in string variable in .cs page , but now i want to retrieve that string variable on .aspx page and want to put into selectcommand of sqldatasource how ?

Member Avatar for JorgeM
0
248
Member Avatar for ssramvinay

Hi All, We have migrated our server from .net 2.0 to .net 4.0 framework. We faced many issues due to this migration and having issues even after 2-3 month. Issues: Calendar is not working and when i click it,it just postback the page. But if i publish the same code …

Member Avatar for pritaeas
0
52
Member Avatar for priya1988

I have a question about asp.net.I Want to edit an selected gridview row values in textbox and I want update that value back in gridview again by clicking Update button in form.

Member Avatar for starrrlatika
0
152
Member Avatar for bala19891125

How to pass value to reportviewer table Good day! I want to know how to pass a value to reportviewer table. I want to pass the values of a listview to reportviewer table. How can I do this? Both reportviewer and listview are in the same form. any help is …

0
117
Member Avatar for HunainHafeez

am using asp.net 3.5(c#) + sql server 200 DB, doing this GIVES me an error , *Error:The multi-part identifier "email@yahoo.com" could not be bound* why ??? using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; …

Member Avatar for JorgeM
0
692
Member Avatar for HunainHafeez

i have imagepath stored in database , now i want to show on asp.net page via datalist , so how to do it , i tried by best and binded textual data from database bt not able to bind or show image on asp.net page via datalist ? i am …

Member Avatar for HunainHafeez
0
154
Member Avatar for HunainHafeez

i have field (advDetails) in database with datatype TEXT, and i am trying to insert text from asp.net detailsview into database but it isn't working. here is my code. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="advertisementSubmission.aspx.cs" Inherits="advertisementSubmission" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Untitled Page</title> …

Member Avatar for JorgeM
0
244
Member Avatar for mani531

hi every one, ihave to develop one code that need to update gata grid using simple dataset with out any db connection. can any one suggest

Member Avatar for pritaeas
0
104
Member Avatar for Alok Tiwari
Member Avatar for pritaeas
0
34
Member Avatar for Arindam Das

I have a webform where i need to show a usable gantt chart to the user where the user will be able set the columns etc ... i have seen jsgantt but i think its only to show can user give input to that like normal gantt chart or is …

Member Avatar for pritaeas
0
123
Member Avatar for nirvana man

Hi guys I use a GridView (using template fields) with several columns and a image button in the last column. I want the button to mimic an edit button, but: I want it to open a row which has no columns and just has some fields (TextBoxes , DDL's etc) …

Member Avatar for nirvana man
0
108
Member Avatar for opman234

Please help me, I want to enable ajax extensions in my tool box. This is my first time I want to use ajax extensions. When I click show all on the toolbox, it show the ajax extension panel but the control can't be drag to the form, please kindly help …

Member Avatar for opman234
0
183
Member Avatar for gahhon

What are the steps of implements MS Silverlight Vedio Player? i've looked through many website and i found one of the website is explaining how to implement image only. so i wanna to know whether is image consider as MS Silverlight if i use MS Silverlight to implements. btw, it …

0
70
Member Avatar for Devi_1

**I develop a simple asp.net application.My grid has autogenerate columns,i want to pass my last cell value in grid to hyperlink**

0
50
Member Avatar for riahc3

Hey I want to make a Visual C++ program targeting x86 (and ARM) Windows CE .NET 4.20 using .NET Compact Framework. How do I do this? Thanks

0
50
Member Avatar for sam1

I am using jquery tabs in master page to open the aspx files once user clicks on a tab heading. But if I use my page as link it will repeat the "header" part(similar to this:http://stackoverflow.com/questions/9459991/jquery-tabs-and-asp-net-master-pages-issue). Already tried the solution but cannot get my head around it. Can someone please …

Member Avatar for JorgeM
0
584
Member Avatar for twentynine

Hi, I recently upgraded my webserver from windows2003 server IIS 6.0 to Windows2008 server IIS 7.5. But when I try to browse any site i get the following error: Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error …

Member Avatar for abhishekabhi
0
139
Member Avatar for Tippy_

Hi everyone. I have a query. I am learning Java and PHP and was thinking of taking ASP.NET too. Is Java and PHP enough or it is always good to have multiple skills. I mean professionally?

Member Avatar for pritaeas
0
41
Member Avatar for ar123

Hi there! I am new to daniweb.com and C++ CLI. I am trying to make a program that will tell the user the text for the ListItem number they type in. The ListItem information is stored in a text file with my custom file formatting, which is: <~ListItem 1> text.... …

Member Avatar for ar123
0
283
Member Avatar for SQLpower

Hello, I was wondering how could I display around 10 rows vertically and 34 horizontally in a table view with ticks? Every row will have a tick, which upon saving will be added to the database. Any suggestions are highly appreciated!

Member Avatar for SQLpower
0
237
Member Avatar for HunainHafeez

i have a login page within asp.net 3.5 (c#) website, and sql server 2008 at backend, i wrote a store procedure to save password in hashed form using SHA1 algo during registration , now during login i want to compare etered passowrd with the one save in db, so i …

Member Avatar for HunainHafeez
0
387
Member Avatar for prasanta.nit15

I need a ASP.net readymate project with code and documentation. please help me. prasanta

Member Avatar for JorgeM
0
340
Member Avatar for paulnamroud

Hello, I'm building an application with asp.net. And I need to send emails to selected customers. What is the best way to send email ? Is it by using System.Net Class or to send it by using MS Sql Server ? Thank you Paul

Member Avatar for aryanverma
0
388
Member Avatar for HunainHafeez

i have few pages in asp.net , when a user logs in then i want t give him access to 4 out of 10 pages, mean he can only view 4 pages out of 10, else are for admin + superadmin, so how could i assign him authority to few …

Member Avatar for HunainHafeez
0
429
Member Avatar for HunainHafeez

i want to hash my password to SHA1 algo, in asp.net code and then want to compare it with hashed password in sql 2008 db, for login so how to hash it in asp.net code ?

Member Avatar for HunainHafeez
0
178
Member Avatar for manjeet593

Hello Everyone, ASP.NET (C#) I have problem in retrieving the images from Table created in SQL Server Management Studio. Actually I had uploaded the images into folder in the Application Server on Visual Studio and the path of the images is given in the Table Attribute. Thus I have table …

Member Avatar for JorgeM
0
161
Member Avatar for HunainHafeez
Member Avatar for HunainHafeez
0
209

The End.