13,153 Topics
| |
Formula field on crystal report of asp.net as hyperlink | |
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 … | |
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 … | |
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 … | |
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" %> … | |
[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" … | |
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 … | |
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 | |
Hi , i have loadcalender function in server side . so how can i call by javascript in image on clientclick() . please give reply Regards ashish | |
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 … | |
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 … | |
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}&schedule={1}" SortExpression="OnCallStart" NavigateUrl="\website1\default2.aspx" /> <asp:BoundField DataField="OnCallEnd" … | |
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 … | |
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. | |
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 … | |
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# | |
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 … | |
How can I fetch data from database to show in table cells not in grid. | |
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 ! | |
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 … | |
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" … | |
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(); … | |
how create multiple quiz in asp.net and the must be retrieve from database.. [COLOR="Red"]pls help me [/COLOR] | |
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 … | |
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 | |
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 … | |
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. | |
Hello All, I am confused about difference betn ASP.NET and Dreamweaver, so could u please explain difference between them. Santosh | |
How to retrive the images in datarepeater from sqldatabase | |
cannot load type"projectname.webform". what could be the problem. should i be testing my app using asp.net's development server or ISS. |
The End.