Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
using file uploading i was uploaded one excel sheet ..after that excel sheet viewed in a grid view ...
we have to put select in a grid view .then click select ....go to next page ..in that one form is there...after fill the form...click on save button ....at the time in grid view which row will select ..the form will display on that row in another grid view
Posted
Comments
syed shanu 1-Dec-14 1:09am    
So what is your problem and where do you stuck.
Member 11264646 1-Dec-14 3:20am    
how to view excel sheet along with form in the grid view
Monicavensaslas 1-Dec-14 3:56am    
For edit and update gridview you better refer TELERIK website...hope this will help you!!

Can you please improve your question for us to understand what exactly you are asking??
Monicavensaslas 1-Dec-14 4:00am    
Refer this link

http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx

1 solution

C#
1. Install the MathType SDk
2. Add the reference in VBA editor for C:\Program Files\MathType\SDK\templates\MT6SDk.dot
3. Code as below in Editor
	Public Sub ConvertEqns()
    Dim info As convertEquationsInfo
    info.translatorOptions = 0
    info.translatorFileName = "AMSTeX.tdl"
    info.equationTypes = True
    info.promptUser = False
    info.showStats = False
    info.Count = 0
    mtsdk.ConvertEquations info
End Sub
4. Update the  "Wordcmds.dot" in the below mentioned paths.
C:\Program Files\MathType\Office Support
C:\Program Files\MathType\SDK


Note: All the execution commands will be taken from this template by MT6SDK.dot
 
Share this answer
 
v4
Comments
Maciej Los 2-Dec-14 12:04pm    
Ignore below solution - reported as: not an answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900