| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year |
| seen | Aug 5 '12 at 7:19 | |
| stats | profile views | 18 |
|
Jun 25 |
comment |
SharePoint designer workflow to manage list item permissions for employee/manager you are talking about the sharepoint not the workflow right ??? |
|
Jun 24 |
asked | SharePoint designer workflow to manage list item permissions for employee/manager |
|
Jun 20 |
comment |
send data from list to sharepoint application page i need to write a code to add the information in this form ,when user insert his information and click submit data sent to share point list |
|
Jun 20 |
comment |
send data from list to sharepoint application page first thanks for your reply but i dont understand where should i put this code exaclty this is my code <input type="text" id="txta"/> <input type="text" id="txtb" /> <textarea id="txtarea" cols="10" rows="2">Text area</textarea> <input type="submit" /> </form> </asp:Content> <asp:Content ID="PageTitle" ContentPlaceHolderID="PlaceHolderPageTitle" runat="server"> Application Page </asp:Content> |
|
Jun 20 |
asked | send data from list to sharepoint application page |
|
Jun 19 |
asked | asp send data to table |
|
Jun 18 |
comment |
jquery checkbox checked and unchecked yes that is what i did but it didnt work <script> $(document).ready(function () { $("#selection").change(function () { var mySelect = document.myform.myselectbox; </script> <form action="#" id="myform"> Selection: <select id='selection' > <option >sarah</option> <option >mai</option> <option >alaa</option> <option >salma</option> <option id="Other" >laila</option></select> <input type="text" id="txta" style="display:none" /> var selIndex = mySelect.selectedIndex; if ($(this).val() == 'Other') { $('#txta').show(); } else { $('#txta').hide(); } }); }); |
|
Jun 17 |
comment |
jquery checkbox checked and unchecked what if i wanted to make the same thing in but in |
|
Jun 17 |
comment |
jquery checkbox checked and unchecked thanks this was really helpful |
|
Jun 17 |
asked | jquery checkbox checked and unchecked |
|
Jun 16 |
comment |
SharePoint webpart and application page thanks a lot :) |
|
Jun 16 |
awarded | Student |
|
Jun 16 |
comment |
SharePoint webpart and application page should i have to upload it in the same application page ?? |
|
Jun 16 |
asked | SharePoint webpart and application page |