It is not possible to Update all the slips for me. Kindly comment your email id and your college name in the comment so I can mail you the soft copy of all these slips.
1) Write HTML and CSS code to design a web page. Divide the browser screen into two frames. The first frame will display the heading. Divide the second frame into two columns. The frame on the right contains a image of “Home and Kitchen Appliances”. The frame on the left contains a menu consisting of hyperlinks. Clicking on any one of these hyperlinks will display related information in a new page as shown below. Use External style sheet with appropriate attributes to display information of each frame.
2) Write HTML and CSS code to design a web page displaying list of hyperlinks. Divide the browser screen into two frames. The first frame will display the heading. Divide the second frame into two columns. The frame on the left will be a menu consisting of hyperlinks. Clicking on any one of these hyperlinks will display related information as a new page which must be open in frame on the right hand side. Use Inline style sheet with appropriate attributes to display information of each frame.
3) Write a JavaScript to create an image slider.(Use array to store images)
4) Write a JavaScript Program to read a number from user, store its factors into the array and display that array. (Handle onClick Event)
5) Write HTML and CSS code to design a web page. Divide the browser screen into two frames. The first frame will display the heading. The second frame contains a menu consisting of hyperlinks. Clicking on any one of these hyperlinks will display related information in a new page as shown below. Use Internal style sheet with appropriate attributes to display information of each frame.
6) Write a JavaScript program to read a character string from user and perform the following functions:
a. Accept a character from user and count the number of occurrences of that character in the string.
b. Accept a Position from user and print the character at specified position.
7) Write HTML code to design a website for Online Shopping. Design two pages which contains hyperlink to each other. All pages must have different background. Divide the first home page horizontally into two frames. The first frame contains logo and name of the shopping site. Divide the second frame vertically in two frames out of which First(right) frame displays two hyperlink images such as Mobiles, Car and second(left) frame displays information about shopping site in scrolling form. Divide the second page vertically in two frames. The first frame displays Category list (which are again hyperlinked) Clicking on any one of these hyperlinks will display related information (Image, Name of the Model & Price) of the category in a second frame.
8) Write a JavaScript program to design student registration form and perform following validation: - Check all fields should not contain a null value - Check name field contains only alphabets - Mobile No. field should be of 10 digits.s - Pin code field should be of 06 digits.
9) Write HTML code to design a website of facebook. Design three pages Home, Profile and Find Friends Request page which are linked to each other. Design First two pages of website (Home &Profile ) as shown below. And Third page (Find Friends Request) contains information as Image ,Name of Sender ,And two buttons Confirm and Delete.
10) Write HTML code to design a website for Flight Reservation.
11) Write a Java Script program to design Customer Account Details Form and perform validation on pan number field. (pan number is of only 10 characters long, out of which first 5 characters are alphabets, next 4 characters are digits and last character is alphabet
12) Write a JavaScript program to compare the values of password and confirmed password field and display message accordingly. Also perform the validation to check any of the field should not be empty.
13) Write a JavaScript program to compare the values of password and confirmed password field and display message accordingly. Also perform the validation to check any of the field should not be empty.
14) Write a JavaScript program to read employee details and generate pay slip which will calculate netsalary of an employee.
15) Write a PHP script to accept the details of Employee(EName, Designation, Department Gender ,Salary) and display it on next page.
16) Write a PHP script to set selected image from ComboBox (DropDownList) to the background of Page.
17) Write a PHP script to display a Multiplication table in tabular format. Design HTML page to accept a value.
18) Write a PHP script to change Background color of the browser using switch statement according to day of the week.
19) Design a HTML page to accept a number and write a PHP script to display that number in words e.g. 123 - one two three
20) Design a HTML form to accept a String. Write a PHP function to count the total number of vowels (a,e,i,o,u) from the string. Show the occurrences of each vowel from the string
21) Design a HTML form to accept two numbers from the user. Give options to choose the arithmetic operation (use radio buttons). Write a PHP function to display the result on the next form. (Use the concept of function and default parameters)
22) Design a HTML form to accept two strings from the user. Write a PHP function to find the first occurrence and the last occurrence of the small string in the large string. Also count the total number of occurrences of small string in the large string. Provide a text box to accept a string, which will replace the small string in the large string. (Use built-in functions)
23) Design HTML page to read the value for n. Write a PHP script to display first n even numbers with font size = 12 and color = red and first n odd numbers with font face = Times new Roman , size = 17 & color = yellow.
24) Design a HTML form to accept two strings from the user. Write a PHP function to find whether the small string appears at the start of the large string. Provide a text box to accept the string that will replace all occurrences of small string present in the large string. Also split the large string into separate words. (Use regular expressions)
25) Design a HTML form to accept email address from the user. Write a PHP function using regular expressions check for the validity of entered email-id. The @ symbol should not appear more than once. The dot (.) can appear at the most once before @ and at the most twice or at least once after @ symbol. The substring before @ should not begin with a digit or underscore or dot or @ or any other special character. (Use explode and ereg function.)
26) Write a menu driven program in PHP to perform the following operations on an associative array: i. Display the elements of an array along with the keys. ii. Display the size of an array iii. Delete an element from an array from the given index. iv. Reverse the order of each element’s key-value pair [Hint: use array_flip()] v. Traverse the elements in an array in random order [[Hint: use shuffle()].
27) Write a PHP Script for the following: a. Declare a Multidimensional Array. b. Display specific element from a Multidimensional array. c. Also delete given element from the Multidimensional array. d. Define an array. e. Find the element from the array that matches the given value using appropriate search function.
28) Write a menu driven program in PHP to perform the following stack and queue related operations:[Hint: use Array_push(), Array_pop(), Array_shift(), array_unshift() functions] i. Insert an element in stack ii. Delete an element from stack iii. Display the contents of stack iv. Insert an element in queue v. Delete an element from queue vi. Display the contents of queue
29) Write a menu driven program in PHP to perform the following operations on associative arrays: 1. Sort the array by values (changing the keys) in ascending, descending order. 2. Also sort the array by values without changing the keys. 3. Filter the odd elements from an array. 4. Sort the different arrays at a glance using single function. 5. Merge the given arrays. 6. Find the intersection of two arrays. 7. Find the union of two arrays. 8. Find set difference of two arrays.
30) Write a JavaScript program to Display current Day, Date, Month, Year and Time on the web page and greet the user accordingly.
DOWNLOAD ALL THE FILES IN SINGLE PDF
1) Write HTML and CSS code to design a web page. Divide the browser screen into two frames. The first frame will display the heading. Divide the second frame into two columns. The frame on the right contains a image of “Home and Kitchen Appliances”. The frame on the left contains a menu consisting of hyperlinks. Clicking on any one of these hyperlinks will display related information in a new page as shown below. Use External style sheet with appropriate attributes to display information of each frame.
2) Write HTML and CSS code to design a web page displaying list of hyperlinks. Divide the browser screen into two frames. The first frame will display the heading. Divide the second frame into two columns. The frame on the left will be a menu consisting of hyperlinks. Clicking on any one of these hyperlinks will display related information as a new page which must be open in frame on the right hand side. Use Inline style sheet with appropriate attributes to display information of each frame.
3) Write a JavaScript to create an image slider.(Use array to store images)
4) Write a JavaScript Program to read a number from user, store its factors into the array and display that array. (Handle onClick Event)
5) Write HTML and CSS code to design a web page. Divide the browser screen into two frames. The first frame will display the heading. The second frame contains a menu consisting of hyperlinks. Clicking on any one of these hyperlinks will display related information in a new page as shown below. Use Internal style sheet with appropriate attributes to display information of each frame.
6) Write a JavaScript program to read a character string from user and perform the following functions:
a. Accept a character from user and count the number of occurrences of that character in the string.
b. Accept a Position from user and print the character at specified position.
7) Write HTML code to design a website for Online Shopping. Design two pages which contains hyperlink to each other. All pages must have different background. Divide the first home page horizontally into two frames. The first frame contains logo and name of the shopping site. Divide the second frame vertically in two frames out of which First(right) frame displays two hyperlink images such as Mobiles, Car and second(left) frame displays information about shopping site in scrolling form. Divide the second page vertically in two frames. The first frame displays Category list (which are again hyperlinked) Clicking on any one of these hyperlinks will display related information (Image, Name of the Model & Price) of the category in a second frame.
8) Write a JavaScript program to design student registration form and perform following validation: - Check all fields should not contain a null value - Check name field contains only alphabets - Mobile No. field should be of 10 digits.s - Pin code field should be of 06 digits.
9) Write HTML code to design a website of facebook. Design three pages Home, Profile and Find Friends Request page which are linked to each other. Design First two pages of website (Home &Profile ) as shown below. And Third page (Find Friends Request) contains information as Image ,Name of Sender ,And two buttons Confirm and Delete.
10) Write HTML code to design a website for Flight Reservation.
11) Write a Java Script program to design Customer Account Details Form and perform validation on pan number field. (pan number is of only 10 characters long, out of which first 5 characters are alphabets, next 4 characters are digits and last character is alphabet
12) Write a JavaScript program to compare the values of password and confirmed password field and display message accordingly. Also perform the validation to check any of the field should not be empty.
13) Write a JavaScript program to compare the values of password and confirmed password field and display message accordingly. Also perform the validation to check any of the field should not be empty.
14) Write a JavaScript program to read employee details and generate pay slip which will calculate netsalary of an employee.
15) Write a PHP script to accept the details of Employee(EName, Designation, Department Gender ,Salary) and display it on next page.
16) Write a PHP script to set selected image from ComboBox (DropDownList) to the background of Page.
17) Write a PHP script to display a Multiplication table in tabular format. Design HTML page to accept a value.
18) Write a PHP script to change Background color of the browser using switch statement according to day of the week.
19) Design a HTML page to accept a number and write a PHP script to display that number in words e.g. 123 - one two three
20) Design a HTML form to accept a String. Write a PHP function to count the total number of vowels (a,e,i,o,u) from the string. Show the occurrences of each vowel from the string
21) Design a HTML form to accept two numbers from the user. Give options to choose the arithmetic operation (use radio buttons). Write a PHP function to display the result on the next form. (Use the concept of function and default parameters)
22) Design a HTML form to accept two strings from the user. Write a PHP function to find the first occurrence and the last occurrence of the small string in the large string. Also count the total number of occurrences of small string in the large string. Provide a text box to accept a string, which will replace the small string in the large string. (Use built-in functions)
23) Design HTML page to read the value for n. Write a PHP script to display first n even numbers with font size = 12 and color = red and first n odd numbers with font face = Times new Roman , size = 17 & color = yellow.
24) Design a HTML form to accept two strings from the user. Write a PHP function to find whether the small string appears at the start of the large string. Provide a text box to accept the string that will replace all occurrences of small string present in the large string. Also split the large string into separate words. (Use regular expressions)
25) Design a HTML form to accept email address from the user. Write a PHP function using regular expressions check for the validity of entered email-id. The @ symbol should not appear more than once. The dot (.) can appear at the most once before @ and at the most twice or at least once after @ symbol. The substring before @ should not begin with a digit or underscore or dot or @ or any other special character. (Use explode and ereg function.)
26) Write a menu driven program in PHP to perform the following operations on an associative array: i. Display the elements of an array along with the keys. ii. Display the size of an array iii. Delete an element from an array from the given index. iv. Reverse the order of each element’s key-value pair [Hint: use array_flip()] v. Traverse the elements in an array in random order [[Hint: use shuffle()].
27) Write a PHP Script for the following: a. Declare a Multidimensional Array. b. Display specific element from a Multidimensional array. c. Also delete given element from the Multidimensional array. d. Define an array. e. Find the element from the array that matches the given value using appropriate search function.
28) Write a menu driven program in PHP to perform the following stack and queue related operations:[Hint: use Array_push(), Array_pop(), Array_shift(), array_unshift() functions] i. Insert an element in stack ii. Delete an element from stack iii. Display the contents of stack iv. Insert an element in queue v. Delete an element from queue vi. Display the contents of queue
29) Write a menu driven program in PHP to perform the following operations on associative arrays: 1. Sort the array by values (changing the keys) in ascending, descending order. 2. Also sort the array by values without changing the keys. 3. Filter the odd elements from an array. 4. Sort the different arrays at a glance using single function. 5. Merge the given arrays. 6. Find the intersection of two arrays. 7. Find the union of two arrays. 8. Find set difference of two arrays.
30) Write a JavaScript program to Display current Day, Date, Month, Year and Time on the web page and greet the user accordingly.
DOWNLOAD ALL THE FILES IN SINGLE PDF
Sir please provide the solution for the above all Web Tech programs.
ReplyDeleteThank You.
will upload asap....
Deleteplease send the remaining program code
DeleteSir can you plz send the slips solution on my mail id, and Web Technology slip no 7 program not available so sir can u plz upload it.....
Deleteowyesedu@gmail.com
College Name: National Senior college, Nasik.
sir i wanted the program for slip no. 17. so plz can u mail me.
Deletemy mail id is mrunalpawar0196@gmail.com
pls send the code of slip 25 solution of web technology
Deletesir can you plz send the java and advance java slips soluation my mail id, and web technology slip no 7 program not available so sir can u plz upload it.....
Deleteemail id :savitapanjge22@gmail.com
i want solotion for WT slip no 9
DeleteYour blog has given me that thing which I never expect to get from all over the websites. Nice post guys!
ReplyDeleteregards,
melbourne web designer
Thank u...
Deletesir i wont slip no 10 code .....for flight reservation plz urgent ha
ReplyDeletesir i wont slip no 10 code .....for flight reservation plz urgent ha
ReplyDeleteWhere is missing slips
ReplyDeleteThis comment has been removed by the author.
ReplyDeletei needed the missing slips solution. can u provide it??
ReplyDeleteHello Pratiksha
DeleteSome slips are common just u hav to make some changes and execute.
I have provided almost all the distinct slips solutions.
Thank u...
Nice post.
Deleteseo classes in nagpur
web design training institute in nagpur
Some slips are not opening. Opening with url "no\" with error message "This site can’t be reached
ReplyDeleteno’s server DNS address could not be found.".
Sir please provide the solution for the above all Web Tech programs.
ReplyDeleteThank You.
This comment has been removed by the author.
ReplyDeleteCan you upload all Web Tech programs from Q21 to Q30? Asap Thank you.
ReplyDeleteWrite a PHP program to Create a class account (acc
Deleteno, cust_name). Derive two classes from
account as saving_acc (balance, min_amount) and cur
rent_acc(balance, min_amount).
Display a menu
a) Saving Account
b) Current Account
For each of this display a menu with the following
options.
1. Create account
2. Deposit
3. Withdrawal
Sir I want solution for those slip
ReplyDeleteQ: 2) Write class declarations and member function
definitions for an
employee(code, name, designation). Derive emp_accou
nt(account_no,
joining_date) from employee and emp_sal(basic_pay,
earnings, deduction) from
emp_account.
Write a menu driven program
a) To build a master table
b) To sort all entries
c) To search an entry
d) Display salary
Hi
ReplyDeleteDefine an interface for stack operation. Implement this interface in class in php
Hi sir we want solution those program
ReplyDeleteWrite necessary class and member function definitio
ns for a cricket player object. The
program should accept details from user (max :10) (
player_code, name, runs, innings_played,
no_of_times_out).
The program should contain following menu.
a) Enter details of players.
b) Display average runs of a single player.
c) Average runs of all players.
d) Display the list of players in sorted order as p
er runs(use function overloading)
e) Exit
Sir i need the solution of 7 question above
ReplyDeleteshreyazingade.sz@gmail.com
mila tho mere ko be bej do plz
DeleteHi sir, my name is Chandrakant From DPR College Pathardi Ahmednagar
ReplyDeleteplease give me all slip of F.Y.B.Sc Computer Science Practical Peper DBMS
Mitsom college pune
ReplyDeletetejasjadhav1994@gmail.com
Sir plz give me all programs for theory question paper also ..its too urgent plz
yshinde147@gmail.com
ReplyDeleteDR.D.Y.Patil college,pimpri
sir please send T.Y.B.C.A slip solution soft copy of web technology and advance web technology on my email id
please send me all slips of web tech on my email
ReplyDeletebhushan.pcccs@gmail.com
Modern college shivajinagar
ReplyDeletePlease send me all slip of web technologies on my email - chaudhari302@gmail.com
sir your website is very helpful,for projects as well
ReplyDeletethis is my email id : shaikhafreen829@gmail.com
plz send the soft copy of slips
college: ness wadia college of commerce
Requesting you to kindly send me TYBCA PHP SLIPS solutions on mail id given below
ReplyDeleteShubham68880@gmail.com
Lishu.11solanki@gmail.com
ReplyDeletetaskuleib@gmail.com
ReplyDeleteplease send to me TYBCA Web Thec slips
This comment has been removed by the author.
ReplyDeleteSir,
ReplyDeleteThis is best site for preparing our external exams.
Thanx for helping us.
Plzz send me soft copies.
My email id = aditya143@yahoo.com
mahendramahadik101@gmail.com
ReplyDeletebjs college
nayanmandlik123@gmail.com
ReplyDeleteHutatma rajguru mahavidyalay rajgurunagar
I want Cake and Chocolate shopee management project
ReplyDeleteCan you plz give it me
swakahane12@gmail.com
ReplyDeletemitacsc
web tech slip
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteBhanudasrkokare7070@gmail.com
ReplyDeleteHi sir, my name is bhanudas From BJS College wagholi
please give me all slip of T.Y.B.C.AComputer application Practical Peper Web technology, java, . net
Reply
This comment has been removed by the author.
ReplyDeletebandeketan@gmail.com
ReplyDeleteHi sir, my name is Ketan
please give me all slip of T.Y.B.C.AComputer application Practical Peper Web technology, java, . net
Hi sir, my name is Asmita From BJ College Ale
ReplyDeleteplease give me all slip of T.Y.B.C.AComputer application Practical Peper Web technology
Email - asmisukale@gmail.com
This comment has been removed by the author.
ReplyDeleteHi sir,my name is kiran veer...plz give me T.Y.BCA all practical slip java,.net,web technology,...Email-kiranver143@gmail.com
ReplyDeleteketankulawade@gmail.com
ReplyDeletemodern college of BCA ,pune-5
snehalpawar166@gmail.com
ReplyDeletejaineetshah2502@gmail.com
ReplyDeleteACBCS TYBCA SEM 5
Send all slips
Reply
sir plzz send me all slipsolutions of web technology tybba 5th sem.
ReplyDeletepravin bhosale
waghire college saswad , pune
www.pravinbhosale8269@gmail.com
sir please provide the solutions for all slip program for web tech
ReplyDeletehi,please send me solution of WT Slips,I'm student of TYBCA 'Vth sem' MITSOM College.My id is abhishekshrivastva90@gmail.com
ReplyDeleteSir,
ReplyDeleteplease sir php and java slips upload and mail
mail me
Thanking you
Sumitbansode1992@Gmail.com
ReplyDeleteSumitbansode1992@Gmail.com
ReplyDeleteSir,
ReplyDeleteplease sir php and java slips upload and mail
mail me
Thanking you
hiii sir plz web tec practical slipe update me
ReplyDeletehiii sir plz web tec practical slipe update me
ReplyDeleteModern college shivajinagar
ReplyDeleterahulshinderahu.rs@gmail.com
Sir pls mail me all the programs.
Synergy Institute Pune
ReplyDeletepadwalsai03@gmail.com
Sir please send web technologies slip as thy are unable to dowload.
Thanks.
ashuj8844@gmail.com web technology
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteRpking9922@gmail.com
ReplyDeletehello my mail ID is Richa.gupta0841@gmail.com ( Modern College) Can you please email me the missing solution slips
ReplyDeleteSir please email me all the slips of web technologies asap.This blog has really helped me a lot.My mail id is : sayali.bendre8@gmail.com
ReplyDeleteSir please send me php slip solutions at my mail id psharyu13@gmail.com
ReplyDeleteSir plz send me the remaining slips of web technologies with their solutions
ReplyDeletetskharote@gmail.com
K.A.A.N.M.S COLLEGE SATANA
Sir I want tybcs all practical subjects slips with solution please provide this.
ReplyDeletePathare college
surajpathy695@gmail.com
I would like to compose one simple word yet thanks for the suggestions that you are contributed here...
ReplyDeleteBest Online Software Training Institute | UI Technologies Training
Indrayani College,Talegaon.
ReplyDeleteswati_dolas@yahoo.co.in
sir please send T.Y.B.C.A slip solution soft copy of web technology and advance web technology on my email id
Sir, i want TY BCA Web Technology full soft copy
ReplyDeleteabhinavs162@gmail.com
MIT
Hello sir,snehal here.I am T.Y.BCA student from jaikranti college,katraj,pune.please send soft copy of WT slips with solution.Email-snehalnarhekar0027@gmail.com
ReplyDeleterahulgorakshavadhu@gmail.com
ReplyDeleteNess wadia college of commerce pune
Sir send me all solutions soft copies of web technologies & vb.net.my email id is omkarbhosale321@gmail.com & I am from Ramakrishna more college,pune
ReplyDeleteHi sir, my name is Pranjal Pagar.From B.Y.K.college of commerce ,Nashik
ReplyDeleteplease give me all slip of T.Y.B.C.A Computer application Web technology, java, . net .
THANK YOU SIR!
gousiasayyed8@gmail.com
ReplyDeletePoona collage
send me solution for all slips of web technologies, email id is anita.bankar007@gmail.com
ReplyDeleteplz send me code
ReplyDeletesir plz send me all web tech slip solution
ReplyDeletesir plz send me all slip solutions in (web technology )
ReplyDeleteemail =aheramol1998@gmail.com
college name=acs college lasalgaon
Sir please provide all tybca sem 5 slips.
ReplyDeleteMy mail.pradeepmane1@gmail.com
Mitsom college
ReplyDeletepk912238@gmail.com
dnishi88@gmail.com
ReplyDeletefrom mit college
thank u sir
email id : morepriya1998@gmail.com
ReplyDeleteFrom : New arts,commerce and science college, Ahmadnagar
sir please send me all slips solution on my mail id-bhosaledigamber87@gmail.com
ReplyDeletethank you
This comment has been removed by the author.
ReplyDeletemail:-abhiraj.g9898@gmail.com
ReplyDeletesir please provide all slips(webtech.java,dotnet) solution on above mail
Sir,Plz send mi all solutions shubhamlekurwale98@gmail.com
ReplyDeletesir plzz send me vb.net and web tech all slips soln
ReplyDeletemail id- yogeshgbr@gmail.com
college iccs
mail id rushi2198@gmail.com
ReplyDeletenvp collage lasalgaon
mail id-arwalalji52@gmail.com
ReplyDeleteBrihan Maharashtra College Of Commerce
mailid:simrankumari982@gmail.com
ReplyDeletecollege:MITSOM COLLEGE
Email:-sagarnamdevghule@gmail.com
ReplyDeleteCollege:-Sharda College, Sinnar
sir plzz send me all slip solutions of WebTech,core java and Dot Net
email-taher.ali101@gmail.com
ReplyDeletecollege-MITSOM college,pune(M.H)
sir please send slips of webtech,core java and .NET
Please send all slips bjs collage
ReplyDeletepoojaanarse23@gmail.com
ReplyDeleteBjs collage
DR.DY.PATIL PIMPRI
ReplyDeletepratikh1995@gmail.com
Plz send me all slip of Web technologies dot
ReplyDeleteNet and java
Plz send me all slip of Web technologies dot
ReplyDeleteNet and java
S.N.B.P COLLAGE
Gaziya arkatigaziya.1@gmail.com
Send me S.y.bcs RBDMS PRACTICAL All slip.
ReplyDeleteGmail-ganeshpakhare863@gmail.com
Sir plz send me all t.y b.b.a (c.a) advanced web tech and advanced Java practical slips.
ReplyDeleteGmail-ankitagugale999@gmail.com
Plz send me all tybca web tech program in slips.
ReplyDeleteGmail-vaishnavishinde671@gmail.com
sir please send web tech program slips of BCA sem5
ReplyDeleteto stonechris492@gmail.com
This comment has been removed by the author.
ReplyDeletesir please send me web technology program slip of bca sem 5 on mail choudhariuv@gmail.com
ReplyDeletehii. sir please send me a WT program slip no. 5,6,10,11,12 of bca sem 5 on mail vcharhate59@gmail.com
ReplyDeletehii. sir please send me a WT program slip no. 5,6,10,11,12 of bca sem 5 on mail vcharhate59@gmail.com
ReplyDeletesir , please send me a WT all programs of bca on aartigodambe2527@gmail.com
ReplyDeleteplzz,sir send me a WT program slip no 7 of bca sem 5 on mail....
ReplyDeletemail-manojdevkar79@gmail.com
sfazal530@gmail.com
ReplyDeleteJamkhed Mahavidhyalaya Jamkhed
psbirajdar72@gmail.com
ReplyDeleteArihant clg of acs camp pune
sir plz solution of web tech. silp
ReplyDeletescsm college of shrigonda
Sir please provide the solution for the above all web tech programs
ReplyDeleterohanparde1351@gmail.com
Pratibha college of Commerce & computer studies chinhwad
sir please can u provide the solution for web technology program no 17.
ReplyDeleteon my mail id mrunalpawar0196@gmail.com
Sir plz give mi the answer for all this slip
ReplyDeleteSir please provide mi solution for all this slip
ReplyDeleteplease send me all slips of web tech on my email
ReplyDeletesagarnamdevghule@gmail.com
This comment has been removed by the author.
ReplyDeleteSir please send me all slips of web technology
ReplyDeleteHatimdal52.hd@gmail.com
Mit acsc alandi
ReplyDeletePlease sir send me slip solution of wt and vb.net
dnishi88@gmail.com
ReplyDeleteThis comment has been removed by the author.
ReplyDeletepritee.shankarpale@gmail.com
ReplyDeleteProf Ramkrishna More College
ReplyDeleteSir please send the solution for question 7
ReplyDeleterutvikk21@gmail.com
please sir send me all vb.net and web tech all practical slips solutions
ReplyDeletemy email id is below
rajratnagaikwad299@gmail.com
sir please send T.Y.B.C.A slip solution soft copy of web technology and advance web technology on my email id is mohammadinamdar12@gmail.com
ReplyDeletePlz.....send softcopy
I was reading some of your content on this website and I conceive this internet site is really informative ! Keep on putting up. Official Web site
ReplyDeleteemaild id: vv70664@gmail.com
ReplyDeletecollege name abhinav education society college of computer science ambegaon pune
tybca 5sem slips send me please
Emailid:nachipawar@gmail.com
ReplyDeleteCollege Name: Garware College Of Commerece
I want soft copy of web technology BCA slip solutions
ReplyDeletethanks
ReplyDeletepahlawanrahmani@gmail.com
ReplyDeletesinhgad college of science
webtechnology slips.
Shashankijeri@gmail.com
ReplyDeleteCollege Name Kaveri college of arts Science and commerce
Shivshu97@gmail.com
ReplyDeletesir plz send me the web technology slips in the above Gmail I'd
Sir college name is christ college
DeleteIndira College of Commerce And Science, Tathawade
ReplyDeleteprathamesh wani
Sir please send me the Web Tech slip solution on-
Prathameshwani99@gmail.com
Ramkrishna more college akurdi
ReplyDeleteshakilshaikh4067@gmail.com
Sir pls send
Ss6919259@gmail.com
ReplyDeletenachipawar@gmail.com
ReplyDeleteGARWAR COLLAGE OF COMMERCE
Please send me me the code of all 30 slips immediately on my Gmail.I will be waiting for your reply.
NACHIKET PAWAR
Sir, i want TY BCA Web Technology full soft copy I am fom viit college
ReplyDeleteMail id : pratikzodpe@gmail.com
I will be waiting for reply
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteSir, I want (T.Y.B.C.A.Sem-V)Practical Examination Oct/Apr 2015
ReplyDeleteLab Course-I (Java,.Net and Web Technology) full soft copy.
university: Savitribai Phule Pune University
college name:Ness Wadia college of commerce
mail id :naqibullahsamiullah@gmail.com
Hello sir, i studying in TYBCA class.im from PCMCS college, . Sir i want 5th semester practical slips of .net as well as web tech. Ao its my kindly request to u to plz send me the file or pdf of related practical so that it will help me to practice it on my laptop.thnk you sir.(along with it send me soft copy if possible) . Pz sir plz rply .
ReplyDeleteMy id:- tctusharc25@gmail.com
Hello sir I want web technology slips code
ReplyDeleteI'm studying in jaikranti college katraj Pune
Email id :- sandhyabhosale29@gmail.com
hello sir i want web technology slips (2015) code
ReplyDeletei am studying modern collage pune
email id rohitgawas8485@gmail.com
Hello Sir
ReplyDeleteRoshan Gatkal here
Will you please send me the Web Technology Bca 5th semester
Slip solutions
Email id: roshangatkal26@gmail.com
MIT college of arts commerce and science alandi
ReplyDeleteMail I'd = pagaderutuja@gmail.com
Hello sir
ReplyDeleteSabeena Shaikh
Can u send me the web technology
slips solution
Email id - shaikhsabeena1111@gmail.com
From - MUCC COLLEGE
Can you mail me solutions of 5 SEM slips of all subjects on mohit.bhalgat83@gmail.com
ReplyDeleteMankarsn17@gmail.com
ReplyDeleteKthm college nashik..
Sir please provide both awt and java slip solutions..
This comment has been removed by the author.
ReplyDeleteModern college
ReplyDeleteshveta.s.1117@gmail.com
WT slips
ReplyDeleteDr d.y patil
dhanashrikhebade93@gmail.com
Hello sir I want web technology slips code
ReplyDeleteI'm studying in VPCSC College, Indapur
Email id :- samadhangarde@gmail.com
Hello sir plz send me web technology all slipscode
ReplyDeleteIam from BJS college
Email id - soundaryachavan123@gmail.com
Hello sir plz send me soft copy of WT all slip solutions
ReplyDeleteModern College
mail id:- swapnilk9881@gmail.com
Hello sir...
ReplyDeletePlease send me soft copies of Java, Web Technology, vb. Net slip solutions
Modern college
Email ID :- rutujaatre11@gmail.com
Sir please share soft copy of Q.1 . Please sir.
ReplyDeleteNbncoc college lonavala
Email:vedantbhoir1999@gmail.com
jinomujahid@gmail.com
ReplyDeleteAISC college
Useful information Thank-you for sharing. really helpful keep sharing your views. Please visit link mentioned below and share your views on them.
ReplyDeletebest hvac training in lucknow
job oriented training institute in lucknow
best php training in lucknow
digital marketing training in lucknow
ReplyDeleteIt’s awesome that you want to share those tips with us. I assume lot of us that commented on this post are just starting to search for different ways of blog promotion and this sounds promising. This is definitely the article that I will try to follow when I comment on others blogs. Cheers
Data Science Training in Hyderabad
Hadoop Training in Hyderabad
Java Training in Hyderabad
Python online Training in Hyderabad
Tableau online Training in Hyderabad
Blockchain online Training in Hyderabad
informatica online Training in Hyderabad
devops online Training
best angular js online training
ReplyDeletetop angular js online training
angular js online training
We as a team of real-time industrial experience with a lot of knowledge in developing applications in python programming (7+ years) will ensure that we will deliver our best in python training in vijayawada. , and we believe that no one matches us in this context.
ReplyDeleteFind my blog post here
ReplyDeleteweb designer
salesforce developer
laravel developer
web developer
We as a team of real-time industrial experience with a lot of knowledge in developing applications in python programming (7+ years) will ensure that we will deliver our best in python training in vijayawada. , and we believe that no one matches us in this context.
ReplyDeletehadoop training in hyderabed
ReplyDeleteiam enjoyed while reading your blog thanks for sharing and keep sharing
We as a team of real-time industrial experience with a lot of knowledge in developing applications in python programming (7+ years) will ensure that we will deliver our best in python training in vijayawada. , and we believe that no one matches us in this context.
ReplyDeletehadoop training in hyderabad i am enjoyed while reading your blog .thanks for sharing
ReplyDeleteMind Q Systems provides AWS training in Hyderabad & Bangalore.AWS training designed for students and professionals. Mind Q Provides 100% placement assistance with AWS training.
ReplyDeleteMind Q Systems is a Software Training Institute in Hyderabad and Bangalore offering courses on Testing tools, selenium, java, oracle, Manual Testing, Angular, Python, SAP, Devops etc.to Job Seekers, Professionals, Business Owners, and Students. We have highly qualified trainers with years of real-time experience.
AWS
Sir, please send me WT,AWT and Advance Java (BCA) in pdf. slip of MIT ACSC pune.
ReplyDeleteEmail- singhabhishek0011@gmail.com
Thanks for Sharing This Article.It is very so much valuable content. I hope these Commenting lists will help to my website
microservices online training
best microservices online training
top microservices online training
Thanks for Sharing This Article.It is very so much valuable content. I hope these Commenting lists will help to my website
microservices online training
best microservices online training
top microservices online training
ozm
ReplyDeletePHP Training in Chennai | Certification | Online Training Course | Machine Learning Training in Chennai | Certification | Online Training Course | iOT Training in Chennai | Certification | Online Training Course | Blockchain Training in Chennai | Certification | Online Training Course | Open Stack Training in Chennai |
Certification | Online Training Course
Slip no 10 flight reservation
ReplyDeleteHi, I am Veronica Kate. I am working as a full-time academic consultant with Livewebtutors. We are providing paper editing service and Deakin Referencing Generator to university and college students across the globe. I have been successfully helping students, scholars and professionals in various services like I mentioned above for more than 5 syears and hold excellent writing, proofreading and editing skills. You would also find various academic tools on Livewebtutors like Paraphrasing Tool and Harvard Referencing Generator.
ReplyDeleteI find this blog to be very interesting and very resourceful. I would say that your blogs are really interesting and informative for me and this article explained everything in detail.
ReplyDeleteGNM college in Allahabad
best homeopathic college in allahabad
best nursing college in allahabad
Best anm college in allahabad
best gnm college in allahabad
sir,please send mi rdbms,web technology practical solved slip of shankarrav bhelke college nasarapur,pune
ReplyDeletepratishbahir7777@gmail.com pls send me
ReplyDelete