13,153 Topics

Member Avatar for
Member Avatar for dskumar_85

hai to all i have kept few image button's in my page , and i want to enlarge that image present in that image button onclient click event ...... help me thk u >>>>

Member Avatar for majestic0110
0
65
Member Avatar for lagyossarian

I have a gridview that has a couple of Label server controls nested inside an ItemTemplate. I want to assign their Text value when each row is databound (I'm using Profile properties so I have to get the user and their profile to get the values). [code=asp]<asp:GridView ID="grdUsers" runat="server" AllowPaging="True" …

Member Avatar for postmaster
0
201
Member Avatar for brightline

I have a master page which contains a menu. I want the menu's links to open in the details page instead of open in another page. How to tell the menu link to open in the details page.

Member Avatar for plazmo
0
95
Member Avatar for spring_patel

hi guys, i'm upgrading a web application designed in visual studio 2003 to visual studio 2005. i want to start from the scratch. I've restored the database from the older application in sql server 2000 from another machine. now whenever i try to execute that application an error is displayed …

Member Avatar for majestic0110
0
771
Member Avatar for santoo

[B]HI, I want to define short keys (access key) for button and radiobutton list,checkbutton list in my page.It is working fine for simple radio button and checkbox but it is not working for radiobuttonlist and checkbox list. How to add access keys for Checkbox list and radiobutton list.[/B] thanks.

Member Avatar for SheSaidImaPregy
0
398
Member Avatar for jkdil33

Hi, I am using the following javascript code for printing a web page but the webpage is not getting printed fully.Half page is not coming to the A4 sheet url = "home.aspx" printscript = "<script language='javascript'>" + "window.print('" + url + "', 'CustomPopUp', " + "'width=1000,height=800,left=0,top=0')" + "</script>" ClientScript.RegisterStartupScript(Me.GetType(), "Printpage", …

0
71
Member Avatar for Neelam R patel

hi, i m Neelam. I want to solve a problem in asp.net using C# in web application. I want to put timer(meeting reminder) at particular time like(on time before meeting)can u help me for this coding? How to open new window while uploading which is ms word file?

0
46
Member Avatar for qawasmi79

Hellow every one I need to embed office word editor in my web page as activex control (HTML Editor) so any one has idea about how to implements such thing please let me know Regards

Member Avatar for zAndrew
0
83
Member Avatar for dskumar_85

hai ,,,, i am having imagefield in my page , i want to upload the image to database which is currently present in image field , 1.i want to save the image to database in binary ...

Member Avatar for zAndrew
0
89
Member Avatar for plazmo

is this possible, i had to use the mysql class to connect to the database, but i would rather use oledb. the connection string i used is "Provider=MySQLProv;Data Source=mySQLDB;User Id=myUsername;Password=myPassword" when i try to connect a popup titled "MySql Data Source Name Setup" always comes up. even if i try …

Member Avatar for peter_budo
0
119
Member Avatar for priyamsc

hi, I m getting from date and to date when i click the image button in my web form (asp.net 2005 with c#).After selecting the date the calendar should hide and the selected date only shoud appear in my text box.. [code=asp]protected void ImageButton4_Click(object sender, ImageClickEventArgs e) { Calendar1.Visible = …

Member Avatar for zAndrew
0
103
Member Avatar for rashmigs84

Hi, I am using masterPage wherein i want to blink the text . But i also want to put one logo beside that text. Here i only want to blink the text. I have combined both the logo and text using paint and given the path in masterpage. Please let …

Member Avatar for rashmigs84
0
185
Member Avatar for some one

hi every one I need your help My project is about on line travel agent but I have a problem in doing dynamic page I mean in my project I allow the user to enter multiple number of cities what I need is if the user enter for example 3 …

Member Avatar for some one
0
71
Member Avatar for misbahmurtza

Hello, Can any1 tell me how i can change the field/column name on a datagrid only for the web interface. I set the field names for the database with no space in between words but when i display the data on the web page i want it to appear differently. …

Member Avatar for SheSaidImaPregy
0
155
Member Avatar for dskumar_85

[code=asp]{ bitmap img = new bitmap(fileupload1.posted file .filename); grapics grp = grapics.fromimage(img); grp.smoothingmode=smoothingmode.AntiAlias; grp.drawstring("dani web")new font ("verdananna",20),systembrush.windowtext,2,2); Response.contentType="image/jpeg"; img.save(Response.Ouyputstream,img.Raw Format)); }[/code] By using the above coding i have insert the text to image , but i don't know how to upload that text contain image to database, i want to …

Member Avatar for SheSaidImaPregy
0
91
Member Avatar for dskumar_85

hai to all ...... how to insert watermark in image while uploading the image to database .... that mean ,, the image which i going to save in database have the watermark .... plz reply me as soon as possible.....:)

Member Avatar for dskumar_85
0
86
Member Avatar for rinkuchoudhury

how to use in [B]onmouseover[/B] and [B]onmouseout[/B] property for a ASP.Net2.0 control by using [B]javascript [/B]Suppose I want to show and hide an Image by taking and removing mouse over another control like Image, Label.... by using [B]JavaScript[/B] only

Member Avatar for ravichandra
0
109
Member Avatar for santoo

HI all, I have developed a master page with menu on left hand side.when I click the menu it collapses, and expands.I am not able to fix the size of the <td> element which has the menu. whenever I click the menu the height is decreasing...the height of the menu …

Member Avatar for SheSaidImaPregy
0
104
Member Avatar for manjusaharan

Hi All, Is there any one woh can help me about adding hyperlink column to a table or a grid view to an aspx page. I need it urgently :sad: thanks in advance.

Member Avatar for SheSaidImaPregy
0
68
Member Avatar for priyamsc

I have 3 dropdownlist named as dd1,dd2 and dd3. in dd1 i have datas getting from database. then in dd2 bound the data by selecting the dd1 datas... tat coding is ======== [code=asp]protected void dd1_SelectedIndexChanged(object sender, EventArgs e) { string a = "select distinct a.descriptions,a.sid from swift a,pc_link b where …

Member Avatar for SheSaidImaPregy
0
207
Member Avatar for Yuexuan

Here is my mysql table need retrieve data total table MPN AML Onhand Demand 2 P 300 200 2 A 300 200 3 P 100 200 3 A 300 200 4 A 200 300 here is my output need output MPN AML Onhand Demand 2 P 300 200 3 A …

Member Avatar for SheSaidImaPregy
0
93
Member Avatar for cynxiann

I would like to know how can I retrieve results/records from a database one at a time to make it appear in different labels.. eg. row number 1 of the database's records = apple lb_fruit.Text = apple row number 2 of the database's records = pear lb_fruit2.Text = pear . …

Member Avatar for SheSaidImaPregy
0
95
Member Avatar for rashmigs84

Hi, I have used datagrid to display details. I want to use to link button columns in a grid wherein both the link button column has a different navigation url . For one column i can write in the selected index changed but how can i write the url for …

Member Avatar for rashmigs84
0
79
Member Avatar for kathirvelmm

I need to extract the currently login user from remote system. This is an intra-net project. All users use win-OS. Its also possible to find the user name from net bios. This is table where all name registered to that particular machine is shown. I would like to extract the …

Member Avatar for Ramy Mahrous
0
252
Member Avatar for namsSoftee

Hi Friends , I am using crystal report in my project. I am displaying chart also. I am displaying scores that a particular student has got in all subjects in a chart . I need to display text like " Your Performance in English is the best" if the student …

0
61
Member Avatar for yobehcor15

Just want to ask question, what is the difference using server.mappath and report.load, in creating datasets for Crystal Reports? When I use server.mappath and then setting the DataSource for my Dataset, I always end up getting an error in report --> "Load Report Failed", The system cannot find the file …

0
37
Member Avatar for serkan sendur

Membership method needed in order to delete the user according to his provideruserkey. There are two overloads for the membership.deleteuser method but none of them accepts object provideruserkey as a parameter thanks

0
45
Member Avatar for serkan sendur

where does website administration tool keep the access rule information? I have searched the membership tables but couldnt find any related info. Thanks

0
71
Member Avatar for namsSoftee

Hi Friends , I am creating a web application using asp.net and SQL Server 2005 . I need to document the same. Please send me the short list of installation steps for microsoft visual studio .net 2005, till running it on the iis. For instance we need to create a …

Member Avatar for namsSoftee
0
102
Member Avatar for priyamsc

m using Asp.Net 2005 and i wud like to close my application when i click button . i gave Response.close()......and end() but its not coming .. when i give Response.end() then i m getting this error [XML Parsing Error: no element found Location: [url]http://localhost:2366/hlpdsk/just1.aspx[/url] Line Number 1, Column 1:] finally …

Member Avatar for priyamsc
0
164

The End.