Hi all,
I am using Asp.net , C# Visual studio 2005.
I want to export data that contains images and textual data to word.
Please give me some useful link ……
Thank you.
User Profile
Collapse
-
How to export data that contain images and text to word
-
please help problem in creating template at run time.
Hi all,
I am using asp.net and C# Visual studio 2005.
Let me explain the scenario. I have stored procedure which return very no of column based on condition. Becoz I have to show columnwise record I used datalist.
And becoz of query return different no of column based on condtion I created template class for design and itembinding at run time .
I manage to create template column() but confuse over how to bind data.... -
how to change behaviour of item_databinding of itemplate interface
Hi all,
I am using asp.net2.0 and C# VS2005.
I am creating asp.net web server control templates Dynamically .
My requirement is such that sp return very no of field( 4 or 5 or 6 …).
Now I am assigning it to datalist by creating web server control template dynamilly.
My problem is as no of field return very .how can I change databinding(whi ch is method of itemplate) method so that I can bind data as... -
How to dynamically bind ItemTempalate in dynamically.
Dear all,
I am using asp.net, C# , Sql Server 2005.
I am using datalist control and bind it like
<ItemTemplate >
<tr>
<td align =left >
<asp:ImageMap ID="ImageMap3" ImageUrl='<%# DataBinder.Eval (Container.Data Item,"Photopath 1") %>' runat=server> </asp:ImageMap> </br>
<%# "Category :... -
gridview does not get exported to explorer
Dear all,
i am using asp.net ,C# , Microsoft internet explorer 6 version ans iis5.0.
My problem is gridview data does not get exported in explorer whereas when i select firefox it exported to excel.
i change the internet security setting to low and added the site to trusted sites .
what could be the reason.
please help.
code to export is
Response.Clear( );... -
which method to use so that last inserted value can be retrieve.
Dear all,
i am using asp.net ,C# (VS 2005) and sql server 2005.
i have written sp for inserting the the data which written last inserted idendity no.
i would like to which method should i use(reader , nonexecutequery or executescalar ) so that i get that value and display the value in the form.
please guide me.
thanks -
checkboxlist problem
Dear all,
I am using asp.net2.0,C# , SQl2000.
I am using checkboxlist(wh ose enableviewstate is true). I access its value(ie item selected) first button click it work fine but on second button click event . it does not hold selected item value.
Please guide me -
problem with maintaining value of dynamic control
hi all ,
i am mess with the one situation.
i am using asp.net2.0 ,C# and sql server 2005.
I have checkboxlist and based on user selection i creates dynamic controls(which code is in filterbutton_Cl ick event and i call createcontrols function(public ) in that ).But when i select value of that control(dynamic created) in another button click event(searchbut ton) first it create fuction does not create dynamic... -
getting dynamically created control's value as null
Dear All,
I am mess with one situation let me explain the scenario.
I am making search form where I display 15 field in checkboxlist and user select one or two or three or any no to all field. Depending on his selection (he tick the field and click filter button ) Now in filter button click I create label and dropdownlist control(populat ed from database) and add it to placeholder control. Now I select value and click the search button.... -
problem with accessing control created dynamically
Dear All,
I am using asp.net2.0, C#, sql2005 using Visual studio 2005
Let Me explain the scenario I have checkboxlist containg 15 field. Based on no of checked field . I created dropdownlistbox and label dynamically through loop and assign id as dropdownlist + no of iteration. Now my question is how I access these control as when I am accessing one of the control I am getting nullobjectrefer ence error stating “Object... -
how to align control in palceholder control
Dear All,
I am making web application using Asp.net C#(Visual Studio2005).
I have checkboxlist(wh ich is populated by all the master filed like category , subcategory ,customer , etc ). Now based on selection I generates web control label (to name the field) and dropdownlistbox (which is filled by code and its description).
My problem is all controls comes one after other. I would like label then dropdownlist in a... -
how to create controls based on checkboxlist selection
Dear All,
I am using asp.net2.0, C#, sql2005 using Visual studio 2005
Let me explain the scenario. I am making search interface where 18 field(all are master field) are there . which I populate these field in Checkboxlist. based on selection I need to generate that much label control and dropwonlist control and which then after all dropdownlist need to populate with their respective master.
Please... -
how to display years( till date) in dropdownlist controls
Dear All,
I am using asp.net2.0
I am trying to display years in dropdownlist from 1980 to till date. Only problem is how can It should show from 1980 to till now that is if years becomes 2008. it should display 2008.
Please guide me in doing so or give me some useful link.
Thanks -
Requiredfieldvalidator problem
Dear All,
I am using asp.net2.0, C# ,SQl2005
I have scenario like I am making item master which compose of itemcode , itemdescription . For itemcode, I am using dropdownbox which is populated with all code and new code option when user click new code option a newtextbox becomes visible. my problem is how can I make newtextbox mandatory field whenever new option field is selected(as it may left blank in case of edit option... -
getting error "“Invalid object name 'SizeMst'. “ " while exec sp
Dear All,
I am using sql2005.
i am writing stored procedure to save various master data . I recognize master by @type (input verible) and assign it to @mst veriable then based on @mst no I perform saving task . I created sp . now I am trying to execute then I am getting error
“Invalid object name 'SizeMst'. “ I am running this query from its database.
Stored perocedure is
Alter procedure... -
is it possible to display image in gridview
Dear All,
I am using asp.net2.0, sql 2005
I am storing Image url in database. through that url i would like to show images in gridview
I want to know is it possible to show images in gridview.
Please guide me or give me some useful link.
Thanks -
Tracing error
Dear all,
i am using sql 2005 , asp.net and C#.
i have made reference to two table that is master and transaction.
sp that no data in transaction will be saved if its not exist in master. Now when i goes to delete the record which is there in transaction. i get refercial table error message. i would like to know how can i make sure that if data exist in transaction table. instead of sql error i pop up some error.
... -
Can you send connection string which you r using
thanks -
-
asp.net membership feature not running in localhost
Dear All,
I am using asp.net2.0, IIS 5.0
I am trying to use membership feature of asp.net.
What I did is first I created project on file system. Used membership feature to create , login . then I created virtual path to map project but when I am accessing same project through localhost. My user are not authenticated . I tried with same username and password through VS2005 IDE. Its authenticated. Then I created user from...
No activity results to display
Show More
Leave a comment: