13,153 Topics

Member Avatar for
Member Avatar for Victoryy
Member Avatar for shailaja mohite

hi, i am create one application in which i have to use blob datatype. but i declare property like this [CODE]private byte[] PAssignmentText1; public byte[] AssignmentText1 { get { return PAssignmentText1; } set { PAssignmentText1 = value; } } [/CODE] in mysql database AssignmentText1 have blob datatype how to use …

Member Avatar for kvprajapati
0
89
Member Avatar for nice_candy

hi dear how are you hope will be ok i am in critical problem here my requirement i have a wcf service which login the user and it return uer id but i want to store that user id at server side because remaining methods required that id so when …

Member Avatar for kvprajapati
0
65
Member Avatar for tlox

I have a dropdownlist which gets the data from a database table(emptyseats). I select an item (seat) from this dropdownlist and save it in a different table (occupiedseats).After this i want to delete the seat from the first table (emptyseats) to show that it is now occupied. My problem is …

Member Avatar for tlox
0
106
Member Avatar for rahigoswami

suppose i have same table like the previous one now i want that user can select a stat date and end date from the calender and it will check into the database display the data like the previous one my source view [code] <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ViewLog.aspx.cs" Inherits="manage_logs._Default" %> …

0
66
Member Avatar for honey61399

[CODE]<div style="margin:0px 0px 0px 0px;" class="grid_16 example" align="center"> <asp:DataList ID="DataList1" runat="server" BorderStyle="Groove" CellPadding="5" CellSpacing="5" RepeatColumns="3" RepeatDirection="Horizontal"> <ItemTemplate> <ul> <li> <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="328" height="200"> <param name="movie" value="vplayer/player.swf" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <%--<param name="flashvars" value="file=<%# Eval("vurl","video/swf/{0}") %>&image=<%# Eval("vpurl","video/thumb/{0}") %>" /> --%> <embed type="application/x-shockwave-flash" id="player2" name="player2" …

Member Avatar for honey61399
0
278
Member Avatar for guilt99

Hi, i am trying to get create a line chart with using WPF, the chart will show a trend of a data on a time range, so the chart will show the value of several series of data on months interval, this is what im trying to achieve: [ATTACH]20732[/ATTACH] i …

Member Avatar for ddanbe
0
200
Member Avatar for santhya.rps1986

Hi, I have doubt that, When i give an input as country name, it want to display a solution as that particular country's GMT Time. kindly share me, your ideas too by using ASP.Net - Console application. Regards, Santhya

Member Avatar for Mitja Bonca
0
56
Member Avatar for ashuknp

Hi , i have loadcalender function in server side . so how can i call by javascript in image on clientclick() . please give reply Regards ashish

Member Avatar for kvprajapati
0
37
Member Avatar for bspittles

Hi. I'm an experienced programmer, but one who has never used .NET technology before. The college I recently started working for will be decommissioning some old servers during the Summer, and I'd like to make a start on moving the applications to their new home. I thought I would start …

Member Avatar for bspittles
0
376
Member Avatar for NewOrder

i want to build a mini forum like the one in Yahoo!Answers. it has answer and questions. i want like that one.. i know how to use sitemaps, Validation requirements, and other basic stuff. I thought to put all the questions and list in c# code as a Dictionary or …

Member Avatar for NewOrder
0
111
Member Avatar for dougancil

I have the following code: [code] [<asp:GridView ID="GridView1" runat="server" HorizontalAlign="Center" AutoGenerateColumns="False" DataSourceID="SqlDataSource1"> <Columns> <asp:BoundField DataField="SchedName" HeaderText="SchedName" SortExpression="SchedName" /> <asp:BoundField DataField="ActivityDate" HeaderText="ActivityDate" ReadOnly="True" SortExpression="ActivityDate" /> <asp:BoundField DataField="By" HeaderText="By" SortExpression="By" /> <asp:BoundField DataField="Activity" HeaderText="Activity" ReadOnly="True" SortExpression="Activity" /> <asp:BoundField DataField="FirstListing" HeaderText="FirstListing" SortExpression="FirstListing" /> <asp:HyperLinkField DataTextField="OnCallStart" HeaderText="OncallStart" DataNavigateUrlFields="SchedName,OncallStart" DataNavigateUrlFormatString="\website1\Default2.aspx?date={0:d}&amp;schedule={1}" SortExpression="OnCallStart" NavigateUrl="\website1\default2.aspx" /> <asp:BoundField DataField="OnCallEnd" …

Member Avatar for crishjeny
0
149
Member Avatar for victortiago

eu preciso de puchar somente um valor de uma tabela do sql, que eu estarei usando este valor para definir os usuários as roles, irá funcionar assim, o usuario loga, então é criada uma conexção no banco de dados e nesta conexão ele verifica em qual role este usuario esta …

Member Avatar for hirenpatel53
0
107
Member Avatar for MARKAND911

when user tries to access a restricted page with a querystring parameter eg myaccount.aspx?sid=3&page=2 and is not authenticated, user will be redirected to login.aspx page. the problem is that the querystirng (sid=3&page=2) will be lost . the returnURL will be like "login.aspx?returnurl=myaccount.aspx". is there any solution for that? thanks.

Member Avatar for kvprajapati
0
1K
Member Avatar for ukfreak

Hi, I got a crystal report with:- main report subreport(Item_A) subreport(Item_B) There is a limit for the subreport to show only 5 record, if there is more then 5 records it should go to a new page. I have been trying to do this for 1 week, i tried so …

Member Avatar for ukfreak
0
252
Member Avatar for rithish

hello iam using visual studio 2005 i want to build website with c# not apllication but tutorials show that they have been built only in vb can some one show me links to build websites through c#

Member Avatar for RunTimeError
0
165
Member Avatar for dotnetfundoo

Hi, i making a website for trading in which trading feed coming from a source in excel sheet. i have to show data from excel sheet to gridview. but when i make connection it will lost due to rapidly data( in excel sheet each cell change value 1-3 times in …

Member Avatar for Fortinbra
0
81
Member Avatar for adobe71
Member Avatar for aspproject
0
74
Member Avatar for kimlong008

Help me make tab menu in data list as Pic : [img]http://2.bp.blogspot.com/-Q2S0vos1VpM/TaQd9VfaXcI/AAAAAAAAAG0/4NgIMdJ7H4o/s1600/gridview.jpg[/img] when I click mouse to button Which get true ID table, How do make it ? Can You sent to me link web or document ? :) Thank You All !

Member Avatar for aspproject
0
88
Member Avatar for nice_candy

hi i am in critical problem here my requirement i have a WCF service which login the user and it return uer id but i want to store that user id at server side because remaining methods required that id so when user after success loing call product list the …

Member Avatar for jbisono
0
59
Member Avatar for go_4_tli

I'm trying to put a dynamically-generated stackpanel into my ASP.NET webpage. (I must admit, I'm pretty new at this.) Here's my ASPX page in its entirety: [CODE]<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Loader.aspx.cs" Inherits="eFormsIndex.WebForm1" %> <!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></title> </head> <body> <form id="form1" …

Member Avatar for go_4_tli
0
177
Member Avatar for Nitin Daphale

I have used AutoGenerateDeleteButton="true" property of the GridView, so that am getting delete btn on every row. In order to avoid an exception('fired event RowDeleting which wasn't handled ') I am removing that row programmaticaly as follows [CODE] protected void gd_OnRowDeleting(object sender, GridViewDeleteEventArgs e) { dt_TestSubjects.Rows.RemoveAt(e.RowIndex); gd_Subjects.DataSource = dt_TestSubjects; gd_Subjects.DataBind(); …

Member Avatar for aspproject
0
90
Member Avatar for win6084

how create multiple quiz in asp.net and the must be retrieve from database.. [COLOR="Red"]pls help me [/COLOR]

Member Avatar for aspproject
0
30
Member Avatar for bluehangook629

Hey guys, I have simple menu item that opens a form upon click. The problem is menu item opens a new instance of the same form every time I click on it. I want it so when the form assigned to the menu item is open then the code will …

Member Avatar for bluehangook629
0
119
Member Avatar for miwa1

hey, i meed to do a school project in asp.net and i am relly bad, i need to connect database to a login (i use visual 2008 and sqlserver 2005), this is the start poin, pls help me whith this, thanks

Member Avatar for crishjeny
-1
102
Member Avatar for YMCMb

Hey Everyone, I have a text box, and i want to make sure the user doesnt ruin my program by putting in random chars instead of just numeric values. Now i believe using something like [CODE]Private Sub Text1_KeyPress(ByVal KeyAscii As Integer) If KeyAscii <> vbKeyBack Then If Not IsNumeric(Chr(KeyAscii)) Then …

Member Avatar for crishjeny
-1
121
Member Avatar for Sarama2030

hi guys i've stored images in sql server. how do i retrieve the images and displaying them on the same page that sends the request. i kinda figured how to retrieve the images using the [CODE]file.outpustream [/CODE]. just need to know o i display the image using an image tag.

Member Avatar for tomato.pgn
0
117
Member Avatar for san_sarangkar

Hello All, I am confused about difference betn ASP.NET and Dreamweaver, so could u please explain difference between them. Santosh

Member Avatar for girjeshmishra
0
109
Member Avatar for anucom
Member Avatar for Sarama2030

cannot load type"projectname.webform". what could be the problem. should i be testing my app using asp.net's development server or ISS.

Member Avatar for Sarama2030
0
77

The End.