Click here to Skip to main content
15,900,258 members

Comments by Haitham tarek (Top 50 by date)

Haitham tarek 25-Aug-12 10:22am View    
if i click on the button insert the page go for post back before take the vales of the text boxes then i lose them

what i need to keep the values in somehow after post back to could insert them
Haitham tarek 25-Aug-12 10:21am View    
this exactly what i did i try it with Jquery and Json and wit works now
but the thing is i needed to do it with asp like save it in session or in Veiwstate because yes if i click on the button insert the page go for oistback before take the vales of the text boxes then i lose them
but i dunno the logic of how to make it in veiwstate for E.X also i tried
to take the values of text boxes and put them in hash table using Javascript
but it just take the first text box if it was 2 i thing it not takeing the last text box i dunno why too :(
Haitham tarek 4-Aug-12 8:52am View    
it doesn't work too :( but i did it with the hard way like
i make it separated method out the list view to do this 2 functions
Haitham tarek 30-Jul-12 14:44pm View    
If i did this as u said >> i have Error which it means the entity famework cant see this parameter as "LangID" in the object Language
Haitham tarek 30-Jul-12 14:15pm View    
Well i have tried this before i send this question when i did this
* editing on the parameter name in the object data source it make error cuz its not the same name which i used in the method that update or insert..
and the parameter name can not be like XXX.XXX its Error Too :(